Recommend this page to a friend! |
Classes of Payam Naderi | > | Stream PSR 7 Client and Server | > | composer.json | > | 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" } ] } |