Download the PHP package awps/loader without Composer
On this page you can find all versions of the php package awps/loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor awps
Package loader
Short Description Simple loader that is designed to work with both classes and normal PHP files.
License GPL-3.0+
Package loader
Short Description Simple loader that is designed to work with both classes and normal PHP files.
License GPL-3.0+
Please rate this library. Is it a good library?
Informations about the package loader
Loader
A simple loader that is designed to work with both classes and normal PHP files.
Installation
With composer:
Manually:
Usage
Load PHP classes:
This will autoload all PHP classes from $path
and will assume that the namespace in those classes is $namespace
;
Load simple PHP files:
This will autoload all php files from $path
that contains $pattern
in their name.
Examples
All versions of loader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package awps/loader contains the following files
Loading the files please wait ....