PHPackages                             bvcmxy/error-log - 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. bvcmxy/error-log

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

bvcmxy/error-log
================

Library to send logs to ErrorLog

9(1y ago)0883PHPPHP &gt;=8.0

Since Oct 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bvcmxy/error-log)[ Packagist](https://packagist.org/packages/bvcmxy/error-log)[ RSS](/packages/bvcmxy-error-log/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (6)Used By (0)

Installation
============

[](#installation)

Install the package Run ` composer require bvcmxy/error-log:dev-main`

Publish the config file Run ` php artisan vendor:publish --tag=error-log-config`

Change config/error-log-config.php uri to point to error log server

```
return [
    'api_uri' => env('ERROR_LOG_API_URI'),
    'context' => [
        'application' => env('APP_NAME', 'default_app'),
        'env' => env('APP_ENV', 'production'),
        'type' => env('LOG_TYPE', 'general'),
        'version' => env('APP_VERSION', null),
        'user' => env('LOG_USER', null),
        'device' => env('LOG_DEVICE', null),
        'now' => env('LOG_NOW', \Carbon\Carbon::now()->toDateTimeString()),
    ]
];

```

Add in config/logging.php

```
 ...,
 'error-log' => [
        'driver' => 'custom',
        'via' => \Bvcmxy\ErrorLog\Logging\ErrorLogApi::class,
    ],

```

Changes in .env

```
LOG_CHANNEL=error-log
...
APP_VERSION=1.0.0
ERROR_LOG_API_URI=https://errorlog.zf-world.com/api/logs

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

2

Last Release

619d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df04c31f88c74ec474a66da41d0ea23c14d7bdf87a394d8fe25933767d4dd644?d=identicon)[vivianbogdan](/maintainers/vivianbogdan)

---

Top Contributors

[![bvcmxy](https://avatars.githubusercontent.com/u/6253091?v=4)](https://github.com/bvcmxy "bvcmxy (12 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bvcmxy-error-log/health.svg)

```
[![Health](https://phpackages.com/badges/bvcmxy-error-log/health.svg)](https://phpackages.com/packages/bvcmxy-error-log)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

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

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[larabug/larabug

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

299582.7k1](/packages/larabug-larabug)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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