Log
Simple logging library for your PHP applications.
The Log package provides a simple logging library with levelled and structured logging capabilities.
Installation
Add the Castor repository to your composer.json
.
{ "repositories": [{ "type": "composer", "url": "https://castor-labs.github.io/php-packages" }]}
And then install with composer.
composer require castor/log