PHPackages                             wiebekn/dawilog-php - 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. wiebekn/dawilog-php

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

wiebekn/dawilog-php
===================

client for dawilog

v0.0.19(4y ago)02.3kMITPHPPHP ^7.1|^8.0

Since Sep 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kloostermanw/dawilog-php)[ Packagist](https://packagist.org/packages/wiebekn/dawilog-php)[ RSS](/packages/wiebekn-dawilog-php/feed)WikiDiscussions master Synced today

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

dawilog-php
===========

[](#dawilog-php)

### install

[](#install)

```
composer require wiebekn/dawilog-php

```

add to .env

```
DAWILOG_DSN=

```

config/app.php

```
Dawilog\Laravel\ServiceProvider::class,

```

app/Exceptions/Handler.php (Laravel 8)

```
    public function register()
    {
        $this->reportable(function (Throwable $e) {
            if (app()->bound('dawilog') && $this->shouldReport($e)) {
                app('dawilog')->sendException($e);
            }
        });
    }

```

app/Exceptions/Handler.php (Laravel 7)

```
    public function report(Throwable $exception)
    {
        if (app()->bound('dawilog') && $this->shouldReport($exception)) {
            app('dawilog')->sendException($exception);
        }

        parent::report($exception);
    }

```

app/Exceptions/Handler.php (Laravel 5 &amp; 6)

```
    public function report(Exception $exception)
    {
        if ($this->shouldReport($exception) && app()->bound('dawilog')) {
            app('dawilog')->sendException($exception);
        }

        parent::report($exception);
    }

```

config/dawilog.php

```
php artisan vendor:publish --provider="Dawilog\Laravel\ServiceProvider" --tag="config"

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~44 days

Total

19

Last Release

1505d ago

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

v0.0.12PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0834099b64c6c2e85f56a2e534e8a7d0dc1c2931a4eb3bbba292cd67e399aa64?d=identicon)[kloostermanw](/maintainers/kloostermanw)

---

Top Contributors

[![kloostermanw](https://avatars.githubusercontent.com/u/50216197?v=4)](https://github.com/kloostermanw "kloostermanw (55 commits)")

---

Tags

logloggingerror-handlererror-monitoringcrash-reportingcrash-reportsdawilog

### Embed Badge

![Health badge](/badges/wiebekn-dawilog-php/health.svg)

```
[![Health](https://phpackages.com/badges/wiebekn-dawilog-php/health.svg)](https://phpackages.com/packages/wiebekn-dawilog-php)
```

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M271](/packages/sentry-sentry)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

327134.8M151](/packages/sentry-sdk)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2222.9M248](/packages/open-telemetry-sdk)

PHPackages © 2026

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