PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP HTTP Agent   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Agent
Extensible HTTP client with a fluent interface
Author: By
Last change:
Date: 3 years ago
Size: 739 bytes
 

Contents

Class file image Download
{ "name": "poirot/http-agent" , "description": "PHP Http Client." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ], "require": { "poirot/std": "dev-devel" , "poirot/ioc": "dev-devel" , "poirot/api-client": "dev-devel" , "poirot/connection": "dev-devel" , "poirot/psr7-http": "dev-devel" , "poirot/http": "dev-devel" , "poirot/pathuri": "dev-devel" , "poirot/events": "dev-devel" }, "target-dir": "Poirot/HttpAgent" , "autoload" : { "psr-0": { "Poirot\\HttpAgent": "." } } }