raoulsson / rcurl
A class that curls.
1.0.9
2018-06-15 11:45 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- psr/log: ^1.0
README
A class that helps to curl in PHP...
Installation
RCurl is available on Packagist and as such installable via Composer.
composer require raoulsson/rcurl
If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the Symfony2 ClassLoader component) to use RCurl.