Recommend this page to a friend! |
Classes of Ahmad Mustapha | > | Guzzle Wrapper | > | composer.json | > | Download |
|
![]() |
{ "name": "ahmard/guzwrap", "description": "A wrapper around popular php http client, \"GuzzleHttp\"", "type": "library", "require": { "guzzlehttp/guzzle": "^6.5" }, "autoload": { "psr-4": { "Guzwrap\\": "src/" } }, "license": "mit" } |