Aide is a collection of objects, trait, methods, functions to ease coding in PHP
You need:
- PHP >= 8.1 but the latest stable version of PHP is recommended
composer require bakame-php/aide
Please visit the following README for more details on:
The library has:
- a PHPUnit test suite.
- a coding style compliance test suite using PHP CS Fixer.
- a code analysis compliance test suite using PHPStan.
To run the tests, run the following command from the project folder.
composer test
Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see LICENSE for more information.