Download the PHP package rooc/psr4_auto_loader without Composer
On this page you can find all versions of the php package rooc/psr4_auto_loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rooc/psr4_auto_loader
More information about rooc/psr4_auto_loader
Files in rooc/psr4_auto_loader
Download rooc/psr4_auto_loader
More information about rooc/psr4_auto_loader
Files in rooc/psr4_auto_loader
Vendor rooc
Package psr4_auto_loader
Short Description Implementation of the PSR-4 autoloading standard
License MIT
Package psr4_auto_loader
Short Description Implementation of the PSR-4 autoloading standard
License MIT
Keywords autoloadingPSR-4
Please rate this library. Is it a good library?
Informations about the package psr4_auto_loader
PSR4AutoLoader
Implementation of the PSR-4 autoloading standard.
Requirements
- PHP >=7.1 (for PHP >=5.6 support use version 1.0)
- PHPUnit >=5.7 (for running tests)
Installation
Via Composer:
Usage
For example, in the project root we have "src" folder that contains our own code of classes, interfaces, traits etc. Let's load all of them:
If your code are in several directories, e. g. "Classes" and "Interfaces", you need register both:
Note that you should follow the PSR-4 class naming rules: http://www.php-fig.org/psr/psr-4/#specification
License
MIT
All versions of psr4_auto_loader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package rooc/psr4_auto_loader contains the following files
Loading the files please wait ....