Download the PHP package jakubkratina/elasticlog without Composer
On this page you can find all versions of the php package jakubkratina/elasticlog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jakubkratina/elasticlog
More information about jakubkratina/elasticlog
Files in jakubkratina/elasticlog
Download jakubkratina/elasticlog
More information about jakubkratina/elasticlog
Files in jakubkratina/elasticlog
Vendor jakubkratina
Package elasticlog
Short Description Library for sending application data to elasticsearch.
License
Package elasticlog
Short Description Library for sending application data to elasticsearch.
License
Please rate this library. Is it a good library?
Informations about the package elasticlog
Installation
Require package via composer
Configuration
Register logger
Laravel
Symfony
You can register client via factory class:
Register client into DI
Create factory class
Usage
Create a message
Create a new class extending from JK\Elasticlog\Log\Message
and implement the toArray
method.
You are free to pass parameters via constructor:
The duration between creating and logging a message is measured out of the box as a
duration
property.
Available methods
toArray
, add
, append
, merge
All versions of elasticlog with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
elasticsearch/elasticsearch Version 6.*|5.*
symfony/stopwatch Version 4.*|3.*
nesbot/carbon Version 1.*
adbario/php-dot-notation Version 2.*
elasticsearch/elasticsearch Version 6.*|5.*
symfony/stopwatch Version 4.*|3.*
nesbot/carbon Version 1.*
adbario/php-dot-notation Version 2.*
The package jakubkratina/elasticlog contains the following files
Loading the files please wait ....