PHPackages                             kuborgh/logentries-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. kuborgh/logentries-bundle

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

kuborgh/logentries-bundle
=========================

Bundle to integrate logentries as monolog logger into symfony

v1.0.3(9y ago)0229MITPHP

Since Apr 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/kuborgh/logentries-bundle)[ Packagist](https://packagist.org/packages/kuborgh/logentries-bundle)[ Docs](https://github.com/kuborgh/logentries-bundle)[ RSS](/packages/kuborgh-logentries-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Logentries Bundle
=================

[](#logentries-bundle)

\[!\[Build Status\]\[travis-image\]\]\[travis-url\] \[travis-url\]: \[travis-image\]:

This bundle integrates logentries.com into your symfony application. It is intended as a monolog handler, but can be used for other purposes, too.

Features
--------

[](#features)

- Logging in JSON Format
- Easy integration vie monolog
- Transport abstraction to use HTTP/TCP/UDP as needed

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 kuborgh/logentries-bundle
```

### 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:

```
