Skip to content

babzich/logentries-bundle

Repository files navigation

BabLogentriesBundle

A simple wrapper for logentries/logentries-monolog-handler.

Installation

Download the bundle using composer and run composer update

{
    "require": {
        "babzich/logentries-bundle": "0.1"
    }
}

Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Bab\LogentriesBundle\BabLogentriesBundle(),
    );
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages