Recommend this page to a friend! |
Classes of Payam Naderi | > | Std | > | composer.json | > | Download |
|
![]() |
{ "name": "poirot/std" , "description": "Poirot Standard Libraries and Base Functionality." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ] , "require": { "php": ">=5.3.0" } , "target-dir": "Poirot/Std" , "autoload" : { "psr-0": { "Poirot\\Std": "." } , "files": [ "_functions.php" ] } } |