PHPackages                             t4web/log - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. t4web/log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

t4web/log
=========

ZF2 Module. For logging anything

1.0.5(9y ago)01301BSD-3-ClausePHPPHP &gt;=5.5 || ^7.0

Since Aug 17Pushed 9y ago3 watchersCompare

[ Source](https://github.com/t4web/Log)[ Packagist](https://packagist.org/packages/t4web/log)[ Docs](https://github.com/t4web/Log)[ RSS](/packages/t4web-log/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (7)Versions (7)Used By (1)

Log
===

[](#log)

ZF2 Module. For logging anything

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

Add this project in your composer.json:

```
"require": {
    "t4web/log": "~1.0.0"
}
```

Now tell composer to download Authentication by running the command:

```
$ php composer.phar update
```

#### Post installation

[](#post-installation)

Enabling it in your `application.config.php`file.

```
