2017 © Pedro Peláez
 

library alexsoft-curl

cURL wrapper

image

bringo247/alexsoft-curl

cURL wrapper

  • Wednesday, November 25, 2015
  • by bringo247
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,947 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

cURL wrapper

Latest Stable Version License, (*1)

Versions and changelog

v0.4.0-dev (dev-master)

Got rid of get(), post(), head(), put(), delete(), options() methods.
Instead a __call method now does everything., (*2)

v0.3.0

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)

v0.2.2

Added methods: - PUT - DELETE - OPTIONS, (*4)

Cookies are parsed with help of preg_match_all., (*5)

v0.2.1

Methods: - GET - HEAD - POST, (*6)

You can send data, headers and cookies along with the queries., (*7)

Roadmap

  • Make setOptions method
  • Make downloading images possible
  • Refactor _parseResponse method
  • Make a documentation

The Versions

25/11 2015

dev-master

9999999-dev

cURL wrapper

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • lib-curl *

 

curl php