bakame/aide

Tools and Helper to ease PHP development

0.1.0 2023-12-09 05:38 UTC

This package is auto-updated.

Last update: 2024-05-11 23:41:22 UTC


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.