curl/json

A JSON posting interface to cURL

dev-master 2016-11-30 13:29 UTC

This package is auto-updated.

Last update: 2024-04-13 19:58:31 UTC


README

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.