PHPackages                             docentbf/laravel-pachca-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. docentbf/laravel-pachca-logger

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

docentbf/laravel-pachca-logger
==============================

Pachca logger for Laravel

v1.0.0(3y ago)02481MITPHPPHP ^7.3

Since Mar 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/DocentBF/laravel-pachca-logger)[ Packagist](https://packagist.org/packages/docentbf/laravel-pachca-logger)[ RSS](/packages/docentbf-laravel-pachca-logger/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Pachca logger for Laravel 8
===========================

[](#pachca-logger-for-laravel-8)

Laravel Monolog handler for

Requirements
------------

[](#requirements)

- php 7.3 and above
- Laravel 8

Install
-------

[](#install)

```
composer require docentbf/laravel-pachca-logger

```

Usage
-----

[](#usage)

- Add `LOG_PACHCA_WEBHOOK` into your `.env` file.
- Add config to `channels` section in configuration file `config/logging.php`:

```
'pachca' => [
    'driver'     => 'custom',
    'via'        => \DocentBF\LaravelPachcaLogger\PachcaLogger::class,
    'webhookUrl' => env('LOG_PACHCA_WEBHOOK'),
    'level'      => env('LOG_LEVEL', 'debug')
]
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

1194d ago

### Community

Maintainers

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

---

Top Contributors

[![DocentBF](https://avatars.githubusercontent.com/u/14574432?v=4)](https://github.com/DocentBF "DocentBF (1 commits)")

---

Tags

laravelloggermonologpachca

### Embed Badge

![Health badge](/badges/docentbf-laravel-pachca-logger/health.svg)

```
[![Health](https://phpackages.com/badges/docentbf-laravel-pachca-logger/health.svg)](https://phpackages.com/packages/docentbf-laravel-pachca-logger)
```

###  Alternatives

[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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