PHPackages                             neiderruiz/sentry-notification-laravel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. neiderruiz/sentry-notification-laravel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

neiderruiz/sentry-notification-laravel
======================================

Send Sentry events to Slack

162PHP

Since Mar 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/neiderruiz/sentry-notification-laravel)[ Packagist](https://packagist.org/packages/neiderruiz/sentry-notification-laravel)[ RSS](/packages/neiderruiz-sentry-notification-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

sentry-notification-laravel
===========================

[](#sentry-notification-laravel)

Requirements
------------

[](#requirements)

requirementsREADMEphp^7.4 / ^8.0install package*"sentry/sentry-laravel"*laravel^7### install package

[](#install-package)

```
composer require neiderruiz/sentry-notification-laravel
```

Steps
-----

[](#steps)

- \[**one**\] - install package

```
    composer require neiderruiz/sentry-notification-laravel
```

- \[**two**\] - register provider package redirect to route **config/app.php**inner providers insert

```
    //sentry notification
    Neiderruiz\SentryNotificationLaravel\Providers\SentryNotificationLaravelServiceProvider::class,
```

- \[**three**\] - publish provider

```
php artisan vendor:publish --provider="Neiderruiz\SentryNotificationLaravel\Providers\SentryNotificationLaravelServiceProvider"
```

- \[**Four**\] - create table, run command in terminal

```
php artisan queue:table
```

- \[**Six**\] - run migration

```
php artisan migrate
```

- \[**Seven**\] - config enviroment variables

```
    #sentry
    SENTRY_LARAVEL_DSN=https://ba58cc597a7b4be1b0769052ef156fab@o1162423.ingest.sentry.io/6262441
    SENTRY_TRACES_SAMPLE_RATE=1.0
    SENTRY_SERVER_NAME=localhost
    SENTRY_TOKEN=b2bd1fb414f4445a8f39c69961f26f97efcf780db2f24463a20e893ffe09e44f
    SENTRY_URL_API=https://sentry.io/api/0/projects
    SENTRY_ORGANIZATION=flash-swunschk
    SENTRY_PROJECT=laravel-slack-dev-api
```

### send message slack

[](#send-message-slack)

- \[**one**\] - config enviroment variables

```
    #slack
    SLACK_SEND_MESSAGE=true
    SLACK_WEBHOOK_ENDPOINT=https://hooks.slack.com/services/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
```

run command *php artisan queue:table*variable de entorno *SENTRY\_SLACK* bool

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d456c27568f8d2ab175b37d0a754da218492177bd7d1b5a571b5eadc24a8f4e2?d=identicon)[neiderruiz](/maintainers/neiderruiz)

---

Top Contributors

[![neiderruiz](https://avatars.githubusercontent.com/u/57574910?v=4)](https://github.com/neiderruiz "neiderruiz (17 commits)")

### Embed Badge

![Health badge](/badges/neiderruiz-sentry-notification-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/neiderruiz-sentry-notification-laravel/health.svg)](https://phpackages.com/packages/neiderruiz-sentry-notification-laravel)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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