PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   HTTP Abstraction   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HTTP Abstraction
Parse HTTP requests and parse responses with PSR-7
Author: By
Last change:
Date: 6 years ago
Size: 950 bytes
 

Contents

Class file image Download
{ "name": "poirot/http", "description": "HTTP Request and Response .", "type" : "library", "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ], "require": { "poirot/std": "dev-devel" }, "suggest": { "poirot/psr7-http": "dev-devel" , "poirot/stream": "dev-devel" , "poirot/ioc": "dev-devel" }, "target-dir": "Poirot/Http", "autoload" : { "psr-0": { "Poirot\\Http": "." } , "files": [ "_functions.php" ] } , "repositories": [ { "type": "git", "url": "https://github.com/phPoirot/Std.git" }, { "type": "git", "url": "https://github.com/phPoirot/IoC.git" }, { "type": "git", "url": "https://github.com/phPoirot/psr7.git" } ] }