https://github.com/zaphyr-org/logger
You want to know what's happening "under the hood" of your application? ZAPHYR provides a robust PSR-3 logging service.
https://github.com/zaphyr-org/logger
logger logging php psr-3
Last synced: 4 months ago
JSON representation
You want to know what's happening "under the hood" of your application? ZAPHYR provides a robust PSR-3 logging service.
- Host: GitHub
- URL: https://github.com/zaphyr-org/logger
- Owner: zaphyr-org
- License: mit
- Created: 2022-07-19T10:11:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T16:53:21.000Z (5 months ago)
- Last Synced: 2026-02-03T05:45:56.016Z (5 months ago)
- Topics: logger, logging, php, psr-3
- Language: PHP
- Homepage: https://zaphyr.org/docs/repositories/latest/logger
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README




[](https://codecov.io/gh/zaphyr-org/logger)
# LOGGER
You want to know what's happening "under the hood" of your application? ZAPHYR provides a robust
[PSR-3](https://www.php-fig.org/psr/psr-3/) logging service.
## System Requirements
You need `PHP => 8.1` but the latest stable version of PHP is recommended.
This package is continuously tested on the following PHP versions:
- PHP 8.1
- PHP 8.2
- PHP 8.3
- PHP 8.4
- PHP 8.5
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the logger repository.
```console
composer require zaphyr-org/logger
```
## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/repositories/latest/logger).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on
the [GitHub Issue Tracker](https://github.com/zaphyr-org/logger/issues).
## Security
If you discover security related issues, please email security@zaphyr.org **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.