bakame / aide
Tools and Helper to ease PHP development
Fund package maintenance!
nyamsprod
Requires
- php: ^8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.15.1
- phpstan/phpstan: ^1.10.48
- phpstan/phpstan-deprecation-rules: ^1.1.4
- phpstan/phpstan-phpunit: ^1.3.15
- phpstan/phpstan-strict-rules: ^1.5.2
- phpunit/phpunit: ^10.5.2
- symfony/var-dumper: ^6.4.0
README
Aide is a collection of objects, trait, methods, functions to ease coding in PHP
System Requirements
You need:
- PHP >= 8.1 but the latest stable version of PHP is recommended
Installation
Composer
composer require bakame-php/aide
Usage
Please visit the following README for more details on:
Testing
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
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email nyamsprod@gmail.com instead of using the issue tracker.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see LICENSE for more information.