PHP Classes

PHP Namespace Autoload : Autoload classes with namespaces from directories

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 344 All time: 7,052 This week: 660Up
Version License PHP version Categories
namespace-autoloader 1GNU Lesser Genera...5.3PHP 5, Language
Description 

Author

This class can autoload classes with namespaces from directories.

It can register a class autoload function that takes the class name eventually with a namespace prefix, splits the namespace parts and assembles it to form a class path that maps its namespace part into directories.

Then it checks if a script file exists in the assembled path with the suffix .class.php. If it exists, the class script is loaded.

Picture of Jan Altensen
  Performance   Level  
Name: Jan Altensen <contact>
Classes: 12 packages by
Country: Germany Germany
Innovation award
Innovation award
Nominee: 5x

  Files folder image Files (3)  
File Role Description
Files folder imageexample (1 file, 1 directory)
Plain text file autoload.class.php Class autoloader class

  Files folder image Files (3)  /  example  
File Role Description
Files folder imagetest (1 file)
  Plain text file index.php Example example

  Files folder image Files (3)  /  example  /  test  
File Role Description
  Plain text file bla.class.php Aux. example

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:344
This week:0
All time:7,052
This week:660Up