hasantayyar / getpost
a tiny cURL wrapper to handle get or post requests
dev-master
2014-07-27 00:00 UTC
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2024-11-23 16:39:59 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