Libraries
		
			Code libraries, sample code and downloads.
			
			
PHP
			
		
			1. Download the following helper script and include this in your code project
			
			UserBridgeClient_v1.2.php
			2. Edit the script and set you API Auth Key
			
			3. Copy & paste the following code somewhere in your project to test the API is working.
 
			
require_once('UserBridgeClient.php');
$userBridgeClient = new UserBridgeClient();
$result = $userBridgeClient->post('test', 'ping');