Download the PHP package exorg/autoloader without Composer
On this page you can find all versions of the php package exorg/autoloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exorg/autoloader
More information about exorg/autoloader
Files in exorg/autoloader
Informations about the package autoloader
Autoloader
Expansible Universal Autoloader.
Getting Started
Prerequisities
The instruction assumes using the Linux operating system or compatible tools for other operating systems.
Installation
php8.*-cli, Git and Composer required
The recommended way to install Autoloader into the source code of the project is to handle it as code dependency by Composer. Git is needed to fetch packages from version control repositories.
The php8.*-cli is needed for installing Composer.
Autoloader installation
Add to your composer.json file appropriate entry by running the following command
If it's project set-up stage and no one dependency have been installed yet, run
If another dependencies have been intalled previously, run
Usage
The simplest way to autoload all needed files in executable file is attaching autoload.php file generated by Composer (after running composer install
or composer update
command) like in following example
PSR-4 autoloader
PSR-0 autoloader
PEAR autoloader
Fixed autoloader
Recursive autoloader
Tests
Unit tests
This project has unit tests, which has been built with PHPUnit framework and run on Linux operating system.
To run tests, write the following command in your command line inside the main Autoloader project directory
or use a Composer script
Code style tests
This code follows PSR-1 and PSR-12 standards.
To run tests for code style write the following command in your command line inside the main Autoloader project directory
or use a Composer script
You can also use a Composer script for running both tests and check code style
Built with
Versioning
This project is versioning according to SemVer versioning standars. All available releases are tagged.
Contributing
Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.
Author
- Katarzyna Krasińska - katheroine, ExOrg
License
This project is licensed under the MIT License - see the LICENSE.md file for details.