hasantayyar/getpost

a tiny cURL wrapper to handle get or post requests

dev-master 2014-07-27 00:00 UTC

This package is not auto-updated.

Last update: 2024-05-11 13:46:58 UTC


README

This is a tiny composer package to handle Get and Post request wrapping curl methods.

No I don't add many features. If you are looking the best solution, I will suggest you Symfony/HttpFoundation

###INSTALL

add this to your composer.json require block

"hasantayyar/getpost": "dev-master"

Usage

See example.php