Skip to content

PHPCraftdream/PSR4Autoload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSR4Autoload PHPCraftdream

\PHPCraftdream\PSR4Autoload\PSR4Autoload - PSR4 autoload class

Installation

Run

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();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors