niels-nijens / logging
A PSR-3 compatible logging library for PHP 5.3+
Installs: 4 644
Dependents: 0
Suggesters: 1
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 3
Requires
- php: >=5.3.3
- psr/log: 1.0.*
Requires (Dev)
- phpunit/phpunit: 3.7.*
- raven/raven: ~0.7
- satooshi/php-coveralls: dev-master
Suggests
- raven/raven: Required for usage of SentryLogAdapter.
This package is auto-updated.
Last update: 2022-02-01 12:30:46 UTC
README
A PSR-3 compatible logging library for PHP 5.3+
Installation using Composer
Add the following to your composer.json:
{
"require": {
"niels-nijens/logging": "~1.0"
}
}
Usage
Coming soon...
About
This is one of the AtomicPHP library series trying to achieve ultimate flexibility for PHP developers through separation of concerns.
Versioning
Logging uses Semantic Versioning 2 as guideline for new versions.
License
Logging is licensed under the MIT License - see the LICENSE
file for details.
Author
Niels Nijens - https://github.com/niels-nijens/