PHPackages                             scissorhands/ci-logs - 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. scissorhands/ci-logs

ActiveProject

scissorhands/ci-logs
====================

1.0.5(9y ago)210.4kMITPHP

Since Jan 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/scissorhands/ci-monolog)[ Packagist](https://packagist.org/packages/scissorhands/ci-logs)[ RSS](/packages/scissorhands-ci-logs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

ci-monolog
==========

[](#ci-monolog)

A simple integration of Codeigniter and Monolog

Installation
------------

[](#installation)

Install using from composer `composer require scissorhands/ci-logs`

Test
----

[](#test)

Edit autoload on composer.json file

```
"autoload": {
    "psr-4": {
        "ciutil\\": "vendor/scissorhands/ci-utilities/",
        "cilogs\\": "vendor/scissorhands/ci-logs/"
    }
}

```

Add new migration file extending from library migration

```
