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 today

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

27

—

LowBetter than 47% of packages

Maintenance43

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

453d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/79202582?v=4)[Yunus Emre CANĞA](/maintainers/ycanga)[@ycanga](https://github.com/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

87512.0M165](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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