Skip to content

Gerifield/changelog-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCPHP: Changelog Client PHP

PHP client for http://github.com/prezi/changelog

Requirements

  • PHP cURL extension

Example

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!