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(2mo ago)112MITPHPPHP ^7.3|^8.0

Since May 20Pushed 2mo 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 3w 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

38

—

LowBetter than 83% of packages

Maintenance87

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community7

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

Every ~0 days

Total

2

Last Release

65d 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

3345.3M347](/packages/psalm-plugin-laravel)[illuminate/routing

The Illuminate Routing package.

1419.2M3.2k](/packages/illuminate-routing)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k30.2M151](/packages/laravel-cashier)[illuminate/log

The Illuminate Log package.

6225.3M647](/packages/illuminate-log)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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