monolog-http / monolog-http
A collection of monolog handlers using PSR-18 http client
Package info
github.com/monolog-http/monolog-http
Type:monolog-handler
pkg:composer/monolog-http/monolog-http
Requires
- php: ^7.2
- ext-json: *
- monolog/monolog: ^2.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0.1
- psr/http-message: ^1.0.1
Requires (Dev)
- guzzlehttp/psr7: dev-master
- phpstan/phpstan: ~0.12.31
- phpstan/phpstan-phpunit: ~0.12.11
- phpunit/phpunit: ~8.5.8 || ~9.2.2
- squizlabs/php_codesniffer: ~3.5.5
- swiftmailer/swiftmailer: ^6.2
This package is auto-updated.
Last update: 2026-03-05 06:19:52 UTC
README
A collection of monolog handlers that use PSR-18 HTTP Client in order to send logs to various systems.
Why
By leveraging the PSR-18 the developers are now able to choose the transport layer they want and customize it according to their needs (see here).
Install
Via Composer
$ composer require monolog-http/monolog-http
Changelog
Please see CHANGELOG for more information on what has changed recently.
Testing
$ make phpunit
Contributing
Contributions are welcome.
Please check our issue if you want to help.
Credits
License
The MIT License (MIT). Please see License File for more information.