PHPackages                             milanarandjelovic/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. milanarandjelovic/noty

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

milanarandjelovic/noty
======================

Noty notification package for Laravel

v1.0.0(7y ago)0353MITPHPPHP &gt;=7.1.3

Since Mar 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/milanarandjelovic/noty)[ Packagist](https://packagist.org/packages/milanarandjelovic/noty)[ RSS](/packages/milanarandjelovic-noty/feed)WikiDiscussions master Synced today

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

Noty notification package for Laravel
=====================================

[](#noty-notification-package-for-laravel)

 [![](https://camo.githubusercontent.com/e42ff1eb1223b021b12614bf5312420e1ee250c9ba3334aaef3291278cdff931/68747470733a2f2f7472617669732d63692e6f72672f6d696c616e6172616e646a656c6f7669632f6e6f74792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/milanarandjelovic/noty) [![Latest Stable Release](https://camo.githubusercontent.com/bdaaa4d9c5d8c8a6984bbd3e9feaef73304f330b199dcd14df8220de662663f3/68747470733a2f2f706f7365722e707567782e6f72672f6d696c616e6172616e646a656c6f7669632f6e6f74792f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/milanarandjelovic/noty) [![Latest Unstable Release](https://camo.githubusercontent.com/bde8ddbf6cdb8fce380c45a9f938c558252851b667a4ba43478a3cc1068586f5/68747470733a2f2f706f7365722e707567782e6f72672f6d696c616e6172616e646a656c6f7669632f6e6f74792f762f756e737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/milanarandjelovic/noty) [![License](https://camo.githubusercontent.com/95ab745aeaa0027e2164e52085c8b7c69a03ae39f21c1e946f8e034acc1fac97/68747470733a2f2f706f7365722e707567782e6f72672f6d696c616e6172616e646a656c6f7669632f6e6f74792f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/milanarandjelovic/noty) [![Total Downloads](https://camo.githubusercontent.com/33a8a73e493a5cc5721359f58cce4afb6e180443cef1b5f6025c007f8b86af0a/68747470733a2f2f706f7365722e707567782e6f72672f6d696c616e6172616e646a656c6f7669632f6e6f74792f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/milanarandjelovic/noty)

Installation Steps
------------------

[](#installation-steps)

### Require the package

[](#require-the-package)

After create your new Laravel application you can include Noty package with following comand:

```
composer require milanarandjelovic/noty
```

### Add Provider and Alias

[](#add-provider-and-alias)

Add Provider and Alias inside of your `config/app.php`.

```
'providers' => [
    // other providers
    MA\Noty\NotyServiceProvider::class,
]

'aliases' => [
    // other aliases
    'Noty' => MA\Noty\Facades\Noty::class,
]
```

### Publish config and assets

[](#publish-config-and-assets)

As optional if you want to modify the default configuration, you can publish the configuration file:

```
php artisan vendor:publish --provider="MA\Noty\NotyServiceProvider" --tag="config"
php artisan vendor:publish --provider="MA\Noty\NotyServiceProvider" --tag="public" --force
```

Usage
-----

[](#usage)

Include Noty assets and styles in your main view template:

```

        Laravel

        @noty_styles

        Main view

        @noty_scripts
        @noty_render

```

***Example:***

```
 noty()->info('Info Message', 'Info')
       ->success('Success Message', 'Success')
       ->error('Error Message', 'Error')
       ->warning('Warning Message', 'Warning');
```

License
-------

[](#license)

The Noty is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2613d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3fff6f8c791cbb6ee7e814b5f99eab0c23c52c345017f7bda7de3257817a2943?d=identicon)[milanarandjelovic](/maintainers/milanarandjelovic)

---

Top Contributors

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

---

Tags

laravelnotificationnotylaravelnotificationalertsmessagesnoty

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[loveorigami/yii2-notification-wrapper

This module for renders a message from session flash (with ajax, pjax support and etc.)

77199.7k5](/packages/loveorigami-yii2-notification-wrapper)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.4k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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