jakulov / corpuscle_log
Corpuscle Logger Component
Installs: 18
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jakulov/corpuscle_log
Requires
- psr/log: ^1.0
- symfony/psr-http-message-bridge: ^0.2.0
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is not auto-updated.
Last update: 2025-10-01 22:34:57 UTC
README
Tiny robust and easy to use PSR-compatible logger
Can be installed with composer
composer require jakulov/corpuscle_log
1. What's included
- File log storage.
- Can store logs with buffer usage. (Flush buffer at end script execution)
- Simple to use with jakulov/container
- PSR compatible
2. TODO:
- Database log storage (PDO, Mongodb)
- AMQP log storage
Tests
Run: ./run_tests.sh
Tests are also examples for usage library