{ "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" ] } }
info at phpclasses dot org