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)0708—0%1MITPHPPHP ^8.2

Since Oct 6Pushed 8mo agoCompare

[ Source](https://github.com/brightyid/cilog)[ Packagist](https://packagist.org/packages/brighty/cilog)[ RSS](/packages/brighty-cilog/feed)WikiDiscussions main Synced 2w 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

36

—

LowBetter than 79% of packages

Maintenance48

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

677d 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

88212.7M188](/packages/spatie-laravel-health)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.6k26.0M807](/packages/laravel-boost)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M321](/packages/laravel-ai)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)

PHPackages © 2026

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