PHPackages                             bahricanli/exception-mailer - 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. bahricanli/exception-mailer

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

bahricanli/exception-mailer
===========================

Send Laravel exception reports by email.

1.0.1(2w ago)18MITPHPPHP ^7.3|^8.0

Since May 20Pushed 2w ago1 watchersCompare

[ Source](https://github.com/bahricanli/laravel-exception-mailler)[ Packagist](https://packagist.org/packages/bahricanli/exception-mailer)[ RSS](/packages/bahricanli-exception-mailer/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

BahriCanli ExceptionMailer
==========================

[](#bahricanli-exceptionmailer)

Laravel 8 ve üzeri uygulamalarda raporlanan exception kayıtlarını e-posta olarak gönderen küçük bir paket.

Kurulum
-------

[](#kurulum)

```
composer require bahricanli/exception-mailer
```

Gereksinimler
-------------

[](#gereksinimler)

- PHP 7.3 veya üzeri
- Laravel 8 veya üzeri

Laravel package discovery provider'ı otomatik yükler. Config dosyasını yayınlamak için:

```
php artisan vendor:publish --tag=exception-mailer-config
```

View dosyasını özelleştirmek için:

```
php artisan vendor:publish --tag=exception-mailer-views
```

Konfigürasyon
-------------

[](#konfigürasyon)

`.env` içine en azından alıcı adreslerini ekleyin:

```
EXCEPTION_MAILER_TO=dev@example.com,ops@example.com
EXCEPTION_MAILER_ENVIRONMENTS=production
```

Yaygın ayarlar:

```
EXCEPTION_MAILER_ENABLED=true
EXCEPTION_MAILER_CC=
EXCEPTION_MAILER_BCC=
EXCEPTION_MAILER_SUBJECT="[{{ app }}] {{ exception }}"
EXCEPTION_MAILER_QUEUE=false
```

Test Maili
----------

[](#test-maili)

```
php artisan exception-mailer:test --force
```

`--force`, local/test ortamında environment filtresini bypass ederek mail ayarlarını hızlıca doğrulamak içindir.

Davranış
--------

[](#davranış)

- Varsayılan olarak sadece `production` ortamında çalışır.
- 404, auth, validation, token mismatch ve model not found exception'larını göndermez.
- Request inputlarını mail'e ekler, hassas alanları maskeler.
- Mail gönderimi başarısız olursa uygulamayı düşürmez; hatayı loglar.

Namespace
---------

[](#namespace)

```
BahriCanli\ExceptionMailer
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance96

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

20d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4894f69d95bdf9814c8c0db5876852c4381ccaba0a2d98a224ea1269123217f8?d=identicon)[bmericc](/maintainers/bmericc)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bahricanli-exception-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/bahricanli-exception-mailer/health.svg)](https://phpackages.com/packages/bahricanli-exception-mailer)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[illuminate/routing

The Illuminate Routing package.

1239.0M2.8k](/packages/illuminate-routing)[illuminate/log

The Illuminate Log package.

6225.0M597](/packages/illuminate-log)[spatie/laravel-export

Create a static site bundle from a Laravel app

670139.5k6](/packages/spatie-laravel-export)[illuminate/mail

The Illuminate Mail package.

6410.4M465](/packages/illuminate-mail)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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