PHPackages                             alex-oliveira/ao-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alex-oliveira/ao-alert

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alex-oliveira/ao-alert
======================

Resources for Alerts with Laravel 5.\* + Bootstrap 3

1.0.1(9y ago)071MITPHPPHP &gt;=5.5.9

Since Nov 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/alex-oliveira/ao-alert)[ Packagist](https://packagist.org/packages/alex-oliveira/ao-alert)[ Docs](http://github.com/alex-oliveira/ao-alert)[ RSS](/packages/alex-oliveira-ao-alert/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Ao-Alert
========

[](#ao-alert)

Resources for Alerts with Laravel 5.1 + Bootstrap 3

1) Installation
---------------

[](#1-installation)

```
$ composer require alex-oliveira/ao-alert

```

2) config/app.php
-----------------

[](#2-configappphp)

```
'providers' => [
    /*
     * Vendors Service Providers...
     */
    AoAlert\AlertServiceProvider::class,
],
'aliases' => [
    /*
     * Vendors Facades...
     */
    'Alert' => AoAlert\AlertFacade::class,
],

```

3) Using
--------

[](#3-using)

Showing alerts in your template or view.

```
{!! alert()->show() !!}

```

Add new messages in session.

```
alert()->info('message');
alert()->success('message');
alert()->warning('message');
alert()->danger('message');

```

Add multiple messages.

```
alert()->info(['message a', 'message b', 'message c']);

```

Add message with multiple topics.

```
alert()->danger('message', ['topic a', 'topic b', 'topic c']);

```

Add new custom messages in session.

```
/* CSS */
.alert-custom{
    background: #ccc
}

/* PHP */
alert()->add('alert-custom', 'message');

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3426d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5826507?v=4)[Alex Oliveira](/maintainers/alex-oliveira)[@alex-oliveira](https://github.com/alex-oliveira)

---

Top Contributors

[![alex-oliveira](https://avatars.githubusercontent.com/u/5826507?v=4)](https://github.com/alex-oliveira "alex-oliveira (11 commits)")

---

Tags

laravelalertalex-oliveira

### Embed Badge

![Health badge](/badges/alex-oliveira-ao-alert/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[realrashid/sweet-alert

Laravel Sweet Alert Is A Package For Laravel Provides An Easy Way To Display Alert Messages Using The SweetAlert2 Library.

1.2k3.1M22](/packages/realrashid-sweet-alert)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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