flow-php / monolog-http-bridge
PHP ETL - Monolog HTTP bridge
0.10.0
2024-09-05 19:07 UTC
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- monolog/monolog: ^2.0||^3.0
- psr/http-message: ^1.0 || ^2.0
Requires (Dev)
- nyholm/psr7: ^1.8
README
This package provides a set of components to integrate Monolog logger with PSR-7 HTTP messages. By using this bridge, you can log request/response data Monolog LogRecord context. Request/Response objects will be normalized and formatted according to defined configuration.
Important
This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing