PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Guzzle Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Guzzle Wrapper
Wrapper to send HTTP requests using Guzzle package
Author: By
Last change:
Date: 3 years ago
Size: 303 bytes
 

Contents

Class file image 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" }