Download the PHP package itt/logger without Composer
On this page you can find all versions of the php package itt/logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor itt
Package logger
Short Description Opensearch logger handler
License MIT
Package logger
Short Description Opensearch logger handler
License MIT
Keywords loggeropensearch
Please rate this library. Is it a good library?
Informations about the package logger
Laravel log driver for opensearch
This is a fork of https://github.com/betterde/logger but uses https://opensearch.org/docs/1.2/clients/php/ as a client
Installation
Config
You can modify config in config/ittlogger.php
.
Now we can add the channel
of channels
in config/logging.php
file.
Add the \Itt\Logger\Http\Middleware\BulkCollectionLog
middleware to App\Http\Kernel.php
file.
Now define the environment variable in .env
file like this:
All versions of logger with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^8.0|^9.0
predis/predis Version ^1.1
monolog/monolog Version ^2.0
opensearch-project/opensearch-php Version ^2.2
predis/predis Version ^1.1
monolog/monolog Version ^2.0
opensearch-project/opensearch-php Version ^2.2
The package itt/logger contains the following files
Loading the files please wait ....