/curl-json

A simple JSON posting interface for the PHP cURL library

Primary LanguagePHPMIT LicenseMIT

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.