PHPackages                             brighty/cilog - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. brighty/cilog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

brighty/cilog
=============

A simple log library for Internal use.

v1.0.12(1y ago)0572↓50%1MITPHPPHP ^8.2

Since Oct 6Pushed 5mo agoCompare

[ Source](https://github.com/brightyid/cilog)[ Packagist](https://packagist.org/packages/brighty/cilog)[ RSS](/packages/brighty-cilog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (14)Used By (0)

Cilog
=====

[](#cilog)

A simple log library for Internal use.

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

[](#installation)

### Laravel

[](#laravel)

**Download Cilog with composer**

```
composer require brighty/cilog
```

**Installation**

```
# Install Cilog
php artisan cilog:install
```

**Usage/Examples**

```
use Brighty\Cilog\Cilog;

Cilog::log("Succesfully added data!", [$request->all()])
```

### Lumen

[](#lumen)

**Download Cilog with composer**

```
composer require brighty/cilog
```

**Modify the bootstrap flow**

```
/** @file bootstrap/app.php */

// Register service provider
$app->register(Brighty\Cilog\Providers\LumenCilogServiceProvider::class);
```

**Installation**

```
# Install Cilog
php artisan cilog:install --lumen
```

**Usage/Examples**

```
use Brighty\Cilog\Cilog;

Cilog::log("Succesfully added data!", [$request->all()])
```

Authors
-------

[](#authors)

- [@eggy4prlnt](https://www.github.com/eggy4prlnt)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance55

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

13

Last Release

586d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fa255e676bab0a54d420127ca84b14b9c0e35af12ed12ea0adeb405f932df9e?d=identicon)[brighty](/maintainers/brighty)

---

Top Contributors

[![eggy4prlnt](https://avatars.githubusercontent.com/u/52872948?v=4)](https://github.com/eggy4prlnt "eggy4prlnt (7 commits)")[![AfesOkta](https://avatars.githubusercontent.com/u/25262100?v=4)](https://github.com/AfesOkta "AfesOkta (1 commits)")

### Embed Badge

![Health badge](/badges/brighty-cilog/health.svg)

```
[![Health](https://phpackages.com/badges/brighty-cilog/health.svg)](https://phpackages.com/packages/brighty-cilog)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
