PHP client for http://github.com/prezi/changelog
- PHP cURL extension
include "ccphp/ccphp.php";
$client = new Ccphp("http://<server_url_here>/api/events");
$client->send_msg("This is a simple message");
For more examples check the example.php
!