This is a PHP5 client for http://api.dotblock.com/.
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
See examples/example.php
.
MIT License, see LICENSE in this repo