hasantayyar / getpost
a tiny cURL wrapper to handle get or post requests
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hasantayyar/getpost
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2025-10-11 21:07:08 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