Download the PHP package nanjingboy/classloader without Composer
On this page you can find all versions of the php package nanjingboy/classloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nanjingboy/classloader
More information about nanjingboy/classloader
Files in nanjingboy/classloader
Download nanjingboy/classloader
More information about nanjingboy/classloader
Files in nanjingboy/classloader
Vendor nanjingboy
Package classloader
Short Description Auto loading the missing class while the file's name starts with lowercase char
License MIT
Homepage https://github.com/nanjingboy/classloader
Package classloader
Short Description Auto loading the missing class while the file's name starts with lowercase char
License MIT
Homepage https://github.com/nanjingboy/classloader
Keywords autoloaderlowercase
Please rate this library. Is it a good library?
Informations about the package classloader
ClassLoader:
ClassLoader is a tool to auto loading the missing class while the file's name starts with lowercase char.
Getting Started:
-
Create composer.json file in root directory of your application:
- Install it via composer
Usage Example:
Imagine the following application structure:
If we want to access the class Models\User, we should register a classLoader like this:
License:
MIT
All versions of classloader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package nanjingboy/classloader contains the following files
Loading the files please wait ....