andrdru / apirequest
wrapper on curl
This package's canonical repository appears to be gone and the package has been frozen as a result.
v2.0.4
2017-09-22 13:40 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: 6.2.3
This package is not auto-updated.
Last update: 2020-03-06 17:33:53 UTC
README
apirequest is php wrapper on curl.
Features
- Send HTTP API requests and get response
- JSON output decode
- HTTPS with CA Read about CA
- Cookies
- Basic HTTP authorisation and authentication
Composer
composer require andrdru/apirequest