Download the PHP package kop/yii2-logentries without Composer
On this page you can find all versions of the php package kop/yii2-logentries. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kop/yii2-logentries
More information about kop/yii2-logentries
Files in kop/yii2-logentries
Package yii2-logentries
Short Description Logentries log target for Yii2 framework
License MIT
Homepage http://kop.github.io/yii2-logentries/
Informations about the package yii2-logentries
Yii2 Logentries
Yii2 Logentries (Y2LE) adds a LogentriesTarget
class that sends Yii2 log
messages to the Logentries log management service.
Requirements
- Yii 2.0
- PHP 5.4
Installation
The preferred way to install this extension is through Composer.
Either run
or add
to the require
section of your composer.json
file.
Usage
Note: It works slow! This log target sends each log entry to the Logentries service in the TCP mode, means it blocks the further execution of the PHP application. Make sure you understand this before using this log target.
Add Logentries target to your log component config:
Configuration
The log destination is specified via $logToken
property. Please refer to
Logentries docs for PHP applications for more details.
Report
- Report any issues on the GitHub.
License
yii2-logentries is released under the MIT License. See the bundled LICENSE.md
for details.
Resources
All versions of yii2-logentries with dependencies
yiisoft/yii2 Version *
logentries/logentries-monolog-handler Version ~2.0