actiophp / actio
Logging and reporting of activities and events
v0.2.0
2024-05-14 15:58 UTC
Requires
- php: ^8.1
- psr/log: ^3.0
Requires (Dev)
- ext-pdo: *
- fakerphp/faker: ^1.23
- pestphp/pest: ^2.24
- symfony/dotenv: ^6.4
README
Installation
Install the latest version:
composer require actiophp/actio
Usage
Actio::setHandler($handler);
Tests
To test copy .env.testing to .env
composer install
vendor/bin/pest
Credits
Code and ideas borrowed from https://github.com/jbroadway/analog