alekc / phcurl
Php Curl Interface Library
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/alekc/phcurl
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2025-08-30 20:19:12 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