PHPackages                             fei/logger-package - 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. fei/logger-package

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

fei/logger-package
==================

Logger client package integration for Objective PHP applications

v2.2.0(6y ago)09.1kproprietaryPHP

Since Apr 26Pushed 2y ago21 watchersCompare

[ Source](https://github.com/flash-global/logger-package)[ Packagist](https://packagist.org/packages/fei/logger-package)[ RSS](/packages/fei-logger-package/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (12)Used By (0)

Logger Package
==============

[](#logger-package)

This package provide Logger Client integration for Objective PHP applications.

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

[](#installation)

Logger Package needs **PHP 7.0** or up to run correctly.

You will have to integrate it to your Objective PHP project with `composer require fei/logger-package`.

Integration
-----------

[](#integration)

As shown below, the Logger Package must be plugged in the application initialization method.

The Logger Package create a Logger Client service that will be consumed by the application's middlewares.

> IMPORTANT : this package must be plugged at the first step (in this case, bootstrap).

```
