PHPackages                             pbmengine/pbm-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. pbmengine/pbm-logger

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

pbmengine/pbm-logger
====================

PBM Logger

2.0.0(4y ago)0426MITPHPPHP ^8.0CI failing

Since Mar 25Pushed 4y agoCompare

[ Source](https://github.com/pbmengine/pbm-logger)[ Packagist](https://packagist.org/packages/pbmengine/pbm-logger)[ Docs](https://github.com/pbmengine/pbm-logger)[ RSS](/packages/pbmengine-pbm-logger/feed)WikiDiscussions 0.9 Synced today

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

PBM Logger
==========

[](#pbm-logger)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6a23f7032d1ee561061ff06ee3a6b4f31151375f96bd1bdff29b6686e478be9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70626d656e67696e652f70626d2d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pbmengine/pbm-logger)

Intro
-----

[](#intro)

This package needs a Laravel application. It provides a logging channel to log exceptions and messages to PBM Monitoring System.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require pbmengine/pbm-logger
```

Usage
-----

[](#usage)

Add the following channel in your Laravel logging.php file:

```
// config/logging.php
'channels' => [
// ...
    'stack' => [
        'driver' => 'stack',
        'channels' => ['pbm', 'daily'],
        'ignore_exceptions' => false,
    ],

    'pbm' => [
        'driver' => 'custom',
        'via' => Pbmengine\Logger\LogFactory::class,
        'anonymize_ips' => true,
        'api_endpoint' => '/api/reports',
        'api_key' => env('PBM_LOGGER_KEY'),
        'level' => Monolog\Logger::DEBUG,
    ],
// ...
]
```

Add the `PBM_LOGGER_KEY` to your .env file.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Stefan Riehl](https://github.com/stefanriehl)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity68

Established project with proven stability

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 ~57 days

Recently: every ~107 days

Total

12

Last Release

1611d ago

Major Versions

v0.9.6 → 1.0.x-dev2021-03-10

v1.0 → 2.0.02021-12-10

PHP version history (2 changes)v0.9.0PHP ^7.1

2.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50110897?v=4)[PBM Personal Business Machine AG](/maintainers/pbmengine)[@pbmengine](https://github.com/pbmengine)

---

Tags

pbmpbm-logger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pbmengine-pbm-logger/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[larabug/larabug

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

299549.3k1](/packages/larabug-larabug)

PHPackages © 2026

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