Skip to content

babzich/logentries-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages