Download the PHP package earlhickey/pg-logger without Composer
On this page you can find all versions of the php package earlhickey/pg-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download earlhickey/pg-logger
More information about earlhickey/pg-logger
Files in earlhickey/pg-logger
Download earlhickey/pg-logger
More information about earlhickey/pg-logger
Files in earlhickey/pg-logger
Vendor earlhickey
Package pg-logger
Short Description ZF2 logging module
License BSD-3-Clause
Homepage https://github.com/earlhickey/PgLogger
Package pg-logger
Short Description ZF2 logging module
License BSD-3-Clause
Homepage https://github.com/earlhickey/PgLogger
Please rate this library. Is it a good library?
Informations about the package pg-logger
PgLogger
ZF2 Logging Module
Log to DB, Email, File, Syslog, FirePHP. Fully customizable with config file.
Call logger directly or with triggers.
Installation
Main Setup
By cloning project
- Install the PgLogger ZF2 module
by cloning it into
./vendor/
. - Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:
- Now tell composer to download PgLogger by running the command:
Post installation
-
Enabling it in your
application.config.php
file. -
Copy
./vendor/earlhickey/PgLogger/config/pg-logger.global.php.dist
to./config/autoload/pg-logger.global.php
and change the values as desired. - Create directory
data/log
in the root of your ZF2 project.
Usage
-
Call the logger service directly:
-
Use triggers:
- message
- priority is optional (default: INFO)
All versions of pg-logger with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
zendframework/zendframework Version 2.*
firephp/firephp-core Version ~0.4
zendframework/zendframework Version 2.*
firephp/firephp-core Version ~0.4
The package earlhickey/pg-logger contains the following files
Loading the files please wait ....