Download the PHP package photon/log-syslog without Composer
On this page you can find all versions of the php package photon/log-syslog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download photon/log-syslog
More information about photon/log-syslog
Files in photon/log-syslog
Download photon/log-syslog
More information about photon/log-syslog
Files in photon/log-syslog
Vendor photon
Package log-syslog
Short Description Syslog backend for photon log.
License LGPL-2.1
Homepage http://www.photon-project.com/
Package log-syslog
Short Description Syslog backend for photon log.
License LGPL-2.1
Homepage http://www.photon-project.com/
Please rate this library. Is it a good library?
Informations about the package log-syslog
log-syslog
Syslog backend for photon
Quick start
1) Add the module in your project
composer require "photon/log-syslog:dev-master"
or for a specific version
composer require "photon/log-syslog:1.0.0"
2) Add the log backend in photon configuration
'log_handlers' => array(
'\photon\log\SyslogBackend',
),
3) Configure the backend
'log_syslog' => array(
'ident' => 'MyApp',
'facility' => LOG_USER,
),
5) Enjoy !
All versions of log-syslog with dependencies
PHP Build Version
Package Version
Requires
photon/photon Version
~1.0
The package photon/log-syslog contains the following files
Loading the files please wait ....