PHPackages                             ycanga/central-logger - 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. ycanga/central-logger

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

ycanga/central-logger
=====================

Centralized logging package for Laravel

v1.1.1(1y ago)010MITPHPPHP ^8.0

Since Apr 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ycanga/laravel-central-logger)[ Packagist](https://packagist.org/packages/ycanga/central-logger)[ RSS](/packages/ycanga-central-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

Central Logger for Laravel
==========================

[](#central-logger-for-laravel)

A simple Laravel logging driver that sends logs to a central server.

---

🚀 Installation
--------------

[](#-installation)

1. **Install the package via Composer**

```
   composer require ycanga/central-logger
```

3. **Publish the configuration file**

```
php artisan vendor:publish --provider="ycanga\CentralLogger\CentralLoggerServiceProvider" --tag="config"
```

⚙️ Configuration
----------------

[](#️-configuration)

1. **Add the following environment variables to your .env file:**

```
LOG_CHANNEL=central_logger
LOG_ENDPOINT=[YOUR-CENTRAL-LOGGER-SERVER-ENDPOINT]/api/log
LOG_API_KEY=[YOUR-PROJECT-API-KEY]
```

2. **Register the logging channel in config/logging.php:**

```
'channels' => [
    // Other channels...

    'central_logger' => [
        'driver' => 'central_logger',
    ],
],
```

📤 Usage
-------

[](#-usage)

Once configured, Laravel will send all log messages to your central logger server via the central\_logger channel.

You can also log manually using the channel:

```
Log::channel('central_logger')->info('This is a test log from my project.');
```

### Developed with ❤️ by ycanga

[](#developed-with-️-by-ycanga)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

6

Last Release

401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a8d1692eae758b1428e2fcc4e102d30d05b9f415b0a60e385720b17afd3ae81?d=identicon)[ycanga](/maintainers/ycanga)

---

Top Contributors

[![ycanga](https://avatars.githubusercontent.com/u/79202582?v=4)](https://github.com/ycanga "ycanga (9 commits)")

---

Tags

laravellaravel-packagelogloggerphpphp-library

### Embed Badge

![Health badge](/badges/ycanga-central-logger/health.svg)

```
[![Health](https://phpackages.com/badges/ycanga-central-logger/health.svg)](https://phpackages.com/packages/ycanga-central-logger)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)

PHPackages © 2026

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