moar / log
Logging helpers
Installs: 39
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/moar/log
Requires
- php: >=5.3.0
- psr/log: ~1.0
Requires (Dev)
- monolog/monolog: ~1.4
Suggests
- monolog/monolog: PSR-3 reference implementation
This package is auto-updated.
Last update: 2025-09-29 01:40:36 UTC
README
Logging helpers.
Part of the Moar PHP Library.
Installation
Moar-Log is available on Packagist (moar/log) and is installable via Composer.
{
"require": {
"moar/log": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any PSR-0 compatible autoloader.
$ git clone https://github.com/bd808/moar-log.git
Run the tests
Tests are automatically performed by Travis CI:
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit