https://github.com/bd808/moar-log
Logging helpers
https://github.com/bd808/moar-log
Last synced: about 2 months ago
JSON representation
Logging helpers
- Host: GitHub
- URL: https://github.com/bd808/moar-log
- Owner: bd808
- License: mit
- Created: 2013-04-05T15:29:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-21T04:52:05.000Z (about 13 years ago)
- Last Synced: 2025-03-16T09:44:56.538Z (over 1 year ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Moar-Log
========
Logging helpers.
Part of the [Moar PHP Library][].
[![Build Status][ci-status]][ci-home]
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][]:
[![Build Status][ci-status]][ci-home]
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit
See Also:
---------
* [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
* [PSR Log](https://github.com/php-fig/log)
* [Monolog](https://github.com/Seldaek/monolog)
---
[Moar PHP Library]: https://github.com/bd808/moar
[ci-status]: https://travis-ci.org/bd808/moar-log.png
[ci-home]: https://travis-ci.org/bd808/moar-log
[moar/log]: https://packagist.org/packages/moar/log
[Composer]: http://getcomposer.org
[Travis CI]: https://travis-ci.org