2017 © Pedro Peláez
 

library psr4utoload

image

phpcraftdream/psr4utoload

  • Monday, February 22, 2016
  • by PHPCraftdream
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PSR4Autoload PHPCraftdream

\PHPCraftdream\PSR4Autoload\PSR4Autoload - PSR4 autoload class, (*1)

Installation

Run, (*2)

composer require phpcraftdream/psr4utoload

Usage


require_once './vendor/autoload.php'; $psr4utoload = new \PHPCraftdream\PSR4Autoload\PSR4Autoload(); $psr4utoload->register(); $psr4utoload->setPaths( [ 'NameSpace1' => '/dir1/', 'NameSpace2' => '/dir2/', 'NameSpace3' => '/dir3/', ] ); $obj = new \NameSpace1\className();

The Versions

22/02 2016

dev-master

9999999-dev

  Sources   Download

MIT

by Avatar PHPCraftdream