PHPackages                             norsys/logs-bundle - 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. norsys/logs-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

norsys/logs-bundle
==================

Write logs in database and read logs with browser

1.0.0(7y ago)2117MITPHPPHP &gt;=7.0.0

Since Jul 17Pushed 7y ago8 watchersCompare

[ Source](https://github.com/norsys/logs-bundle)[ Packagist](https://packagist.org/packages/norsys/logs-bundle)[ RSS](/packages/norsys-logs-bundle/feed)WikiDiscussions master Synced 2mo ago

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

Logs Bundle
===========

[](#logs-bundle)

[![Package version](https://camo.githubusercontent.com/d48442946846feb52db8a8ffe1a73ab85ae7eff0263a07e40e3760aa8353c6d3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f727379732f6c6f67732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/norsys/logs-bundle)[![Total Downloads](https://camo.githubusercontent.com/310fb859fb7cfcf4a855a981865552fc1f25e6d49a6ca8edb5d842bad3863d55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f727379732f6c6f67732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/norsys/logs-bundle)[![Build Status](https://camo.githubusercontent.com/d0ea8ebce388f24268479271fedd667ce4184317c50d855ec9ce294df6a5679f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d365765622f417069457863657074696f6e42756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/M6Web/ApiExceptionBundle)[![Scrutinizer Coverage](https://camo.githubusercontent.com/1fb59e345df3b4c4a6a1a6b9c0f3a3c0e54987302a615606965ec23f972f0be6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e6f727379732f6c6f67732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/norsys/logs-bundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d208ebaa2240abfb5a3b18f2b23ee3f62cb773037ebee30d4e0eba5236ed70cb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e6f727379732f6c6f67732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/norsys/logs-bundle/?branch=master)[![License](https://camo.githubusercontent.com/69adb7295fead27735976de32a5f7d879271fc2c8450943cb8346c36a3e1b1ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6f727379732f6c6f67732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/norsys/logs-bundle/blob/master/LICENSE)

[![SensioLabsInsight](https://camo.githubusercontent.com/4827c51df1ca7b9725c356876991145785e70bfcb771e1f1abb10ee172b031e9/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63346630363330362d623235612d343065662d393663362d6234323363626362653331382f6269672e706e67)](https://insight.sensiolabs.com/projects/c4f06306-b25a-40ef-96c6-b423cbcbe318)

This project is a bundle to write logs in database and read logs with browser

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require norsys/logs-bundle "dev-master"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
