curl/json

A JSON posting interface to cURL


License
MIT

Documentation

Curl JSON

Basic extension to the existing PHP Curl library which adds in the JSON cURL method from Lorna Jane.

Install

You can install cURL JSON with Composer. Add the following to the require key of your composer.json file:

"curl/json": "dev-master"

Authors

Written by Mike Lehan and StuRents.com.

Testing

Run phpunit test.php once some tests have actually been added.