Download the PHP package syntaxphoenix/monolog-opensearch-handler without Composer
On this page you can find all versions of the php package syntaxphoenix/monolog-opensearch-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package monolog-opensearch-handler
SyntaxPhoenix OpenSearchHandler for Monolog
Table of Contents
-
About The Project
- Built With
-
Usage
- Installation
- Monolog versions
- Roadmap
- Contributing
- License
- Contact
About The Project
The OpenSearchHandler for monolog adds a handler, that is able to send logs to a OpenSearch instance. If needed it can also get integrated with Symfony. The initial version is forked from geangontijo/monolog-opensearch-handler.
Built With
Usage
For usage with Symfony configure the handler within your services.yaml:
The handler can then be used within monolog.yaml:
Installation
Monolog versions
Monolog v1 | Monolog v2 | Monolog v3 | |
---|---|---|---|
monolog-opensearch-handler v1 | ✓ | ||
monolog-opensearch-handler v2 | ✓ |
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GPLv3 License. See LICENSE
for more information.
Contact
@SyntaxPhoenix - [email protected]
Project Link: https://github.com/SyntaxPhoenix/monolog-opensearch-handler
All versions of monolog-opensearch-handler with dependencies
opensearch-project/opensearch-php Version ^2.2.0
symfony/http-client Version ^5.0|^6.0|^7.0
nyholm/psr7 Version ^1.8