codescape / php-essentials
PHP Essentials
v1.0.0
2018-02-22 17:11 UTC
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-10-27 06:07:57 UTC
README
A lightweight library that aims at being efficient while providing common tasks in PHP projects. The library includes a Logger that logs actions within or outside of the system to a database or textfile.
Installation
Using Composer (in project root):
composer require codescape/php-essentials