PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   Stream PSR 7 Client and Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Stream PSR 7 Client and Server
PSR 7 based network connection client and server
Author: By
Last change:
Date: 6 years ago
Size: 560 bytes
 

Contents

Class file image Download
{ "name": "poirot/stream" , "type": "library" , "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ] , "target-dir": "Poirot/Stream" , "require": { "poirot/std": "dev-devel" , "psr/http-message": "1.0" } , "autoload" : { "psr-0": { "Poirot\\Stream": "." } } , "repositories": [ { "type": "git", "url": "https://github.com/phPoirot/Std.git" } ] }