dev-master
9999999-devcURL wrapper
MIT
The Requires
- php >=5.4.0
- lib-curl *
curl php
cURL wrapper
Got rid of get(), post(), head(), put(), delete(), options() methods.
Instead a __call method now does everything., (*2)
Wrapper is totally reworked almost from scratch!
Different approach for setting data, headers and cookies.
Just open the class and see it!
And by the way all class is now documented!, (*3)
Added methods: - PUT - DELETE - OPTIONS, (*4)
Cookies are parsed with help of preg_match_all., (*5)
Methods: - GET - HEAD - POST, (*6)
You can send data, headers and cookies along with the queries., (*7)
cURL wrapper
MIT
curl php