PHPackages                             saicoder/alert - 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. saicoder/alert

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

saicoder/alert
==============

A reusable Laravel toast notification package for displaying elegant alerts using Blade and JavaScript.

v1.0.0(11mo ago)01MITBlade

Since Jun 20Pushed 10mo agoCompare

[ Source](https://github.com/95027/laravel-alert)[ Packagist](https://packagist.org/packages/saicoder/alert)[ RSS](/packages/saicoder-alert/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Saicoder Alert
==============

[](#saicoder-alert)

A simple, reusable Laravel package for showing beautiful toast alerts using Blade.
Easy to configure, easy to use — no JavaScript library required.

---

🚀 Installation
--------------

[](#-installation)

**1️⃣ Require the package**

```
composer require saicoder/alert
```

2️⃣ Add to your main Blade layout

```
@include('alert::alert')
```

3️⃣ Use in controller

```
use Saicoder\Alert\Facades\Alert;

Alert::success('Your toast is working!');
Alert::danger('Your toast is working!');
Alert::info('Your toast is working!');
Alert::warning('Your toast is working!');
```

4️⃣ Publish config (optional)

This creates config/alert.php where you can customize alert colors, timeout, and other settings.

```
php artisan vendor:publish --tag=alert-config
```

```
return [
'colors' => [
'success' => '#28a745',
'danger' => '#dc3545',
'info' => '#17a2b8',
'warning' => '#ffc107',
],
'timeout' => 3000 // milliseconds
];
Change these values in config/alert.php to match your site theme.
```

---

Made with ❤️ by [Saicoder](https://github.com/95027) 🚀✨

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance53

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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

Unknown

Total

1

Last Release

333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b4977887e1834525f67383b083ba1d017f674c23e3d64453f1b919d822b6489?d=identicon)[95027](/maintainers/95027)

---

Top Contributors

[![spack-digi](https://avatars.githubusercontent.com/u/73328720?v=4)](https://github.com/spack-digi "spack-digi (2 commits)")

### Embed Badge

![Health badge](/badges/saicoder-alert/health.svg)

```
[![Health](https://phpackages.com/badges/saicoder-alert/health.svg)](https://phpackages.com/packages/saicoder-alert)
```

###  Alternatives

[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)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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