PHPackages                             littlestarsx/toastr-5-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. littlestarsx/toastr-5-laravel

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

littlestarsx/toastr-5-laravel
=============================

toastr for laravel5

21PHP

Since Aug 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/littlestarsx/toastr-5-laravel)[ Packagist](https://packagist.org/packages/littlestarsx/toastr-5-laravel)[ RSS](/packages/littlestarsx-toastr-5-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

toastr
======

[](#toastr)

[toastr.js](https://github.com/CodeSeven/toastr) for laravel5

Installation
============

[](#installation)

- Run composer require littlestarsx/toastr
- Add Littlestarsx\\Toastr\\ToastrServiceProvider::class, to providers in config/app.php
- Add 'Toastr' =&gt; Littlestarsx\\Toastr\\Facades\\Toastr::class, to aliases in config/app.php
- Run php artisan vendor:publish

Usage
=====

[](#usage)

Just add this code to your blade template file:

{!! Toastr::render() !!}

Use these methods in controllers:
=================================

[](#use-these-methods-in-controllers)

- Toastr::warning($message, $title = null, $options = \[\])
- Toastr::error($message, $title = null, $options = \[\])
- Toastr::info($message, $title = null, $options = \[\])
- Toastr::success($message, $title = null, $options = \[\])
- Toastr::clear()

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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://avatars.githubusercontent.com/u/10562943?v=4)[littlestarsx](/maintainers/littlestarsx)[@littlestarsx](https://github.com/littlestarsx)

---

Top Contributors

[![littlestarsx](https://avatars.githubusercontent.com/u/10562943?v=4)](https://github.com/littlestarsx "littlestarsx (2 commits)")

### Embed Badge

![Health badge](/badges/littlestarsx-toastr-5-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/littlestarsx-toastr-5-laravel/health.svg)](https://phpackages.com/packages/littlestarsx-toastr-5-laravel)
```

PHPackages © 2026

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