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

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

innsoft/alert
=============

Alerts for laravel 4

011PHP

Since Aug 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/gmlo89/alert)[ Packagist](https://packagist.org/packages/innsoft/alert)[ RSS](/packages/innsoft-alert/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Alert
=====

[](#alert)

Alert is a package for Laravel 4, provider a beatifull and simple way to display error messages.

For now this show the errors with structure for bootstrap, like this:

[![Bootstrap alerts](https://camo.githubusercontent.com/eb8ffd953d925d05db642870d264567d01c771b53c30e130b35f61ce86d9fde4/687474703a2f2f696e6e736f66742e6d782f7061636b616765732f616c6572742f626f6f7473747261702d616c657274732e6a7067)](https://camo.githubusercontent.com/eb8ffd953d925d05db642870d264567d01c771b53c30e130b35f61ce86d9fde4/687474703a2f2f696e6e736f66742e6d782f7061636b616765732f616c6572742f626f6f7473747261702d616c657274732e6a7067)

Based on this [tutorial](http://www.cristalab.com/tutoriales/poo-inyeccion-de-dependencias-en-laravel-iv-c113305l/ "Tutorial") of [@sileence](https://twitter.com/Sileence)

Version
-------

[](#version)

0.1

Installation
------------

[](#installation)

Require innsoft/alert in composer.json and run composer update.

```
{
    "require": {
        "laravel/framework": "4.0.*",
        ...
        "innsoft/alert": "dev-master"
    }
    ...
}

```

Composer will download the package. After the package is downloaded, open `app/config/app.php` and add the service provider:

```
'providers' => array(
    ...
    'Innsoft\Alert\AlertServiceProvider',
),

```

Example
-------

[](#example)

On app/routes.php

```
Route::get('/', function()
{
    Alert::message('Welcome to this app!', 'success');
    return View::make('hello');
});

```

On app/views/hello.blade.php add this:

```
{{ Alert::render() }}

```

\*\*don't forget add [bootstrap](http://getbootstrap.com/) files to your project.

License
-------

[](#license)

MIT

Author
------

[](#author)

Giovanni Lopez

[@gmlo\_89](https://twitter.com/gmlo_89)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/474f7e61eaf61b76630decab9c8894ddd71461b2aaba256924c639a9d131fa35?d=identicon)[gmlo89](/maintainers/gmlo89)

---

Top Contributors

[![gmlo89](https://avatars.githubusercontent.com/u/874420?v=4)](https://github.com/gmlo89 "gmlo89 (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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