bringo247/alexsoft-curl

cURL wrapper

dev-master / 0.4.x-dev 2015-11-25 14:29 UTC

This package is not auto-updated.

Last update: 2024-04-17 15:23:07 UTC


README

Latest Stable Version License

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.

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!

v0.2.2

Added methods:

  • PUT
  • DELETE
  • OPTIONS

Cookies are parsed with help of preg_match_all.

v0.2.1

Methods:

  • GET
  • HEAD
  • POST

You can send data, headers and cookies along with the queries.

Roadmap

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