PHPackages                             azagoru/laravel-pachca-logging - 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. azagoru/laravel-pachca-logging

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

azagoru/laravel-pachca-logging
==============================

Logging to a Pachca in Laravel

01.4k↓63.1%PHP

Since Jun 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/azagoru/laravel-pachca-logging)[ Packagist](https://packagist.org/packages/azagoru/laravel-pachca-logging)[ RSS](/packages/azagoru-laravel-pachca-logging/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Laravel [Pachca](https://pachca.com) Logging
============================================

[](#laravel-pachca-logging)

###### A Pachca based Monolog driver for Laravel

[](#a-pachca-based-monolog-driver-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/74aab994c5ea77ea2dcd4201d135144c28de50aec5f400d6c1f02237e6edcbb3/68747470733a2f2f706f7365722e707567782e6f72672f617a61676f72752f6c61726176656c2d7061636863612d6c6f6767696e672f762f737461626c652e737667)](https://packagist.org/packages/azagoru/laravel-pachca-logging)[![Total Downloads](https://camo.githubusercontent.com/bda56a2b19e1f086a0a6c9383ee1f7b84d89d9351c4e2c69aa518d118ae8060e/68747470733a2f2f706f7365722e707567782e6f72672f617a61676f72752f6c61726176656c2d7061636863612d6c6f6767696e672f646f776e6c6f6164732e737667)](https://packagist.org/packages/azagoru/laravel-pachca-logging)[![License](https://camo.githubusercontent.com/1081c49794a15a03646c562fe00b82a1420edadeb33f2af321d23b31bbc2f1b6/68747470733a2f2f706f7365722e707567782e6f72672f617a61676f72752f6c61726176656c2d7061636863612d6c6f6767696e672f6c6963656e73652e737667)](https://packagist.org/packages/azagoru/laravel-pachca-logging)

Install
-------

[](#install)

```
composer require azagoru/laravel-pachca-logging
```

Usage
-----

[](#usage)

Add the new driver type in your `config/logging.php` configuration

```
'channels' => [
    'pachca' => [
        'driver' => 'custom',
        'via' => Azagoru\PachcaLogging\PachcaLogger::class,
        'webhook' => env('LOG_PACHCA_WEBHOOK_URL'),
        'level' => env('LOG_LEVEL', 'debug'),
        'name' => env('APP_NAME') ,
        'maxDepth' => env('LOG_PACHCA_MAX_DEPTH', 2),
        'withTrace' => true,
        'withTraceMarkup' => true,
        'withTraceVendorLines' => true,
    ],
],
```

And add `LOG_PACHCA_WEBHOOK_URL` to your `.env` file.

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Make sure to add or update tests as appropriate.

Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) for commit messages.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20268138?v=4)[azagoru](/maintainers/azagoru)[@azagoru](https://github.com/azagoru)

---

Top Contributors

[![azagoru](https://avatars.githubusercontent.com/u/20268138?v=4)](https://github.com/azagoru "azagoru (26 commits)")[![AndreySavenkov](https://avatars.githubusercontent.com/u/497800?v=4)](https://github.com/AndreySavenkov "AndreySavenkov (2 commits)")

### Embed Badge

![Health badge](/badges/azagoru-laravel-pachca-logging/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M277](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M344](/packages/open-telemetry-sdk)

PHPackages © 2026

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