Download the PHP package actiophp/actio without Composer
On this page you can find all versions of the php package actiophp/actio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download actiophp/actio
More information about actiophp/actio
Files in actiophp/actio
Download actiophp/actio
More information about actiophp/actio
Files in actiophp/actio
Vendor actiophp
Package actio
Short Description Logging and reporting of activities and events
License MIT
Package actio
Short Description Logging and reporting of activities and events
License MIT
Please rate this library. Is it a good library?
Informations about the package actio
ActioPHP
Installation
Install the latest version:
Usage
Actio::setHandler($handler);
Tests
Running Tests
Run all tests with coverage:
Or run specific test suites:
Integration Tests
Integration tests require local MySQL and PostgreSQL instances.
MySQL Setup
Configure your MySQL test database:
MySQL environment variables in .env.testing
:
- ACTIO_MYSQL_HOST (default: localhost)
- ACTIO_MYSQL_DB_NAME (default: actio_test)
- ACTIO_MYSQL_USERNAME (default: test)
- ACTIO_MYSQL_PASSWORD (default: password1)
PostgreSQL Setup
Configure your PostgreSQL test database:
PostgreSQL environment variables in .env.testing
:
- ACTIO_PG_HOST (default: localhost)
- ACTIO_PG_DB_NAME (default: test)
- ACTIO_PG_SCHEMA (default: actio_test)
- ACTIO_PG_USERNAME (default: test)
- ACTIO_PG_PASSWORD (default: password1)
Static Analysis
Run PHPStan (level 8):
Credits
Code and ideas borrowed from https://github.com/jbroadway/analog
All versions of actio with dependencies
PHP Build Version
Package Version
The package actiophp/actio contains the following files
Loading the files please wait ....