https://github.com/codekandis/logging
This library provides interfaces and classes respecting the interfaces of `psr/log`.
https://github.com/codekandis/logging
Last synced: 8 months ago
JSON representation
This library provides interfaces and classes respecting the interfaces of `psr/log`.
- Host: GitHub
- URL: https://github.com/codekandis/logging
- Owner: codekandis
- License: mit
- Created: 2021-07-12T01:23:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T10:05:46.000Z (over 4 years ago)
- Last Synced: 2025-07-26T16:46:03.070Z (11 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codekandis/logging
[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]
`codekandis/logging` is a library providing logging interfaces and classes respecting the interfaces of [`psr/log`][xtlink-github-psr-log].
## Index
* [Installation](#installation)
## Installation
Install the latest version with
```bash
$ composer require codekandis/logging
```
[xtlink-version-badge]: https://img.shields.io/badge/version-0.2.1-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net
[xtlink-github-psr-log]: https://github.com/php-fig/log
[srclink-license]: ./LICENSE
[srclink-changelog]: ./CHANGELOG.md