PHPackages                             rsmalc/laravel-noty - 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. rsmalc/laravel-noty

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

rsmalc/laravel-noty
===================

Flash Messages for Laravel Aplication using Noty v3 library

2.6.0(2y ago)35.5k9[1 PRs](https://github.com/rsmalc/laravel-noty/pulls)MITPHPPHP &gt;=5.6.0

Since Apr 18Pushed 2y agoCompare

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

READMEChangelog (10)Dependencies (1)Versions (14)Used By (0)

Flash Messages for Laravel Aplication using Noty v3 library
===========================================================

[](#flash-messages-for-laravel-aplication-using-noty-v3-library)

This is my first Laravel package, I got an inspiration from Jeffrey Way - [Easy Flash Messages](https://github.com/laracasts/flash)

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

[](#installation)

### Package installation

[](#package-installation)

Use composer to install a package.

Run `composer require rsmalc/laravel-noty`

In Laravel 5 include the service provider within `config/app.php`.

```
'providers' => [
    RSmalc\Noty\NotyServiceProvider::class,
];
```

### Noty library installation

[](#noty--library-installation)

Install via Bower

```
$ bower install noty

```

Install via NPM or YARN

```
$ npm install noty
$ yarn add noty

```

Install via Composer

```
$ composer require needim/noty

```

Use gulp or webpack to compile it or just copy all file to public folder.

Use
---

[](#use)

```

```

Add in your layout view:

```
@include('noty::message')
```

### Use in a project

[](#use-in-a-project)

```
noty('Your message');
```

You can also chose type of the message (alert, success, error, warning, information):

```
noty('Your message', 'alert'); // default
noty('Your message', 'success');
noty('Your message', 'error');
noty('Your message', 'warning');
noty('Your message', 'information');
```

Config
------

[](#config)

You can set a global configuration for notification messages.

```
php artisan vendor:publish
```

A file will be created in the folder `config/laravel-noty.php`

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 86.8% 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 ~198 days

Recently: every ~335 days

Total

13

Last Release

930d ago

Major Versions

1.0.3 → v2.0.02019-03-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26063647?v=4)[Robert Smalc](/maintainers/rsmalc)[@rsmalc](https://github.com/rsmalc)

---

Top Contributors

[![rsmalc](https://avatars.githubusercontent.com/u/26063647?v=4)](https://github.com/rsmalc "rsmalc (33 commits)")[![wody](https://avatars.githubusercontent.com/u/231708?v=4)](https://github.com/wody "wody (2 commits)")[![janlindenholz](https://avatars.githubusercontent.com/u/8280840?v=4)](https://github.com/janlindenholz "janlindenholz (1 commits)")[![joaopluis](https://avatars.githubusercontent.com/u/3922272?v=4)](https://github.com/joaopluis "joaopluis (1 commits)")[![sanderheijselaar](https://avatars.githubusercontent.com/u/2115388?v=4)](https://github.com/sanderheijselaar "sanderheijselaar (1 commits)")

### Embed Badge

![Health badge](/badges/rsmalc-laravel-noty/health.svg)

```
[![Health](https://phpackages.com/badges/rsmalc-laravel-noty/health.svg)](https://phpackages.com/packages/rsmalc-laravel-noty)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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