slim/logger

Slim Framework logger

Installs: 279 251

Dependents: 2

Suggesters: 0

Security: 0

Stars: 40

Watchers: 7

Forks: 8

Open Issues: 4

pkg:composer/slim/logger

0.1.0 2014-07-16 20:11 UTC

This package is not auto-updated.

Last update: 2025-10-07 13:16:10 UTC


README

A stand-alone logger class for use with the Slim Framework

How to Install

using Composer

Create a composer.json file in your project root:

{
    "require": {
        "slim/logger": "0.1.*"
    }
}

Then run the following composer command:

$ php composer.phar install

How to use

<?php
require 'vendor/autoload.php';

$app = new \Slim\Slim(array(
    'log.writer' => new \Slim\Logger\DateTimeFileWriter()
));

Author

Josh Lockhart

Contributor

Andrew Smith

License

MIT Public License