2017 © Pedro Peláez
 

molajo-package log

Molajo Logs: Basic PSR-3 compliant Log Package for PHP applications

image

molajo/log

Molajo Logs: Basic PSR-3 compliant Log Package for PHP applications

  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

=======, (*1)

Molajo Log API

Build Status, (*2)

Simple, clean API for PHP applications to use with logging., (*3)

At a glance ...

First, the application connects to a Log Handler. Then, the application can use that connection to perform log operations., (*4)

Example


// Connect to Log Handler use Molajo\Log\Connection; $adapter = new Connection('Memory'); // Use connection for log operations $adapter->log($level, $message, $context = array()); // Use connection to retrieve the entire log $log = $adapter->get();

Requirements and Compliance

  • PHP framework independent, no dependencies
  • Requires PHP 5.3, or above
  • Semantic Versioning
  • Compliant with:
  • [phpDocumentor2] (https://github.com/phpDocumentor/phpDocumentor2)
  • [phpUnit Testing] (https://github.com/sebastianbergmann/phpunit)
  • [Travis Continuous Improvement] (https://travis-ci.org/profile/Molajo)
  • Listed on [Packagist] (http://packagist.org) and installed using [Composer] (http://getcomposer.org/)
  • Use github to submit pull requests and features

Install using Composer from Packagist

Step 1: Install composer in your project

    curl -s https://getcomposer.org/installer | php

Step 2: Create a composer.json file in your project root

{
    "require": {
        "Molajo/Log": "1.*"
    }
}

Step 3: Install via composer

    php composer.phar install

Author

Amy Stephen - AmyStephen@Molajo.org - http://twitter.com/AmyStephen
See also the list of contributors participating in this project., (*5)

License

Molajo Log is licensed under the MIT License - see the LICENSE file for details, (*6)

The Versions

31/08 2015

dev-master

9999999-dev http://github.com/Molajo/Log

Molajo Logs: Basic PSR-3 compliant Log Package for PHP applications

  Sources   Download

MIT

The Requires

 

log commonapi molajo

03/01 2014

v0.2

0.2.0.0 http://github.com/Molajo/Log

Molajo Log Services for PHP Applications

  Sources   Download

MIT

The Requires

 

log commonapi molajo

25/11 2013

v0.1

0.1.0.0 http://github.com/Molajo/Log

Molajo Log Services for PHP Applications

  Sources   Download

MIT

The Requires

 

log commonapi molajo