curl / json
A JSON posting interface to cURL
Installs: 2 043
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.0
- curl/curl: ^1.1.3
This package is auto-updated.
Last update: 2024-11-13 21:17:19 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.