Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 353 Bytes

README.markdown

File metadata and controls

23 lines (11 loc) · 353 Bytes

DotBlock API PHP5 Client

This is a PHP5 client for http://api.dotblock.com/.

Prerequisites

PHP must be compiled with cURL support.

PHP must have JSON support. You can install it with pear:

pecl channel-update pear.php.net
pecl install json

Usage

See examples/example.php.

License

MIT License, see LICENSE in this repo