chronolog / chronolog
Chronolog is a tool that allows you to send logs to files, sockets, mailboxes, databases, etc.
1.0.6.1
2025-06-24 10:24 UTC
Requires
- php: ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-simplexml: *
Requires (Dev)
- phpunit/phpunit: ^10.5
README
Chronolog can send your logs to files, sockets, mailboxes, databases and anywhere else: it all depends on your needs (and imagination). Custom scribes allow you to create a variety of logging strategies.
About
Requirements
- Chronolog
^1.0works with PHP 8.1 or above.
Feedback
If you find errors or bugs, create an Issue
When reporting bugs or incorrect operation of the library, be sure to indicate:
- Library version
- Do the built-in examples/tests work correctly?
- What code was loaded, what work was expected from it and how it works in reality
- Attach the (minimal) code in which the bug was found.
Framework Integrations
- Frameworks and libraries using logging levels described by RFC 5424 can be used very easily with Chronolog since it suport.
Author
Maxim Kirichenko - kirichenko.maxim@gmail.com
License
Chronolog is licensed under the MIT License - see the LICENSE file for details