alekc / phcurl
Php Curl Interface Library
dev-master
2015-07-13 21:03 UTC
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2025-05-10 18:45:37 UTC
README
#PhCURL
PhCURL is a php wrapper for php-curl library. It was developed mainly to make interaction with curl in OOP way.
##Documentation The documentation is currently under construction.
You can read here: http://alekc.github.io/PhCurl/
Installation
Composer
Install composer if you have not already.
curl -sS https://getcomposer.org/installer | php