PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   Loader   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Loader
Autoload classes using several approaches
Author: By
Last change:
Date: 7 years ago
Size: 513 bytes
 

Contents

Class file image Download
{ "name": "poirot/loader" , "description": "AutoLoading/Resolver libraries." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ] , "require": { "php": ">=5.3.0" } , "target-dir": "Poirot/Loader" , "autoload" : { "psr-0": { "Poirot\\Loader": "." } , "files": [ "_functions.php" ] } }