PHPackages                             eleiva/yii2-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. eleiva/yii2-noty

AbandonedArchivedYii2-extension

eleiva/yii2-noty
================

Wrapper of jquery plugin noty

28995[2 issues](https://github.com/eleiva/yii2-noty/issues)[2 PRs](https://github.com/eleiva/yii2-noty/pulls)PHP

Since Mar 6Pushed 8y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

README
======

[](#readme)

Wrapper of jquery plugin noty (  )

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist eleiva/yii2-noty "*"

```

or add

```
"eleiva/yii2-noty": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
  use eleiva\noty\Noty;
   echo Noty::widget([
        'text' => 'Hi! Looks good!',
        'type' => Noty::INFORMATION,
        'useAnimateCss' => true,
        'clientOptions' => [
            'timeout' => 5000,
            'layout' => 'top',
            'dismissQueue' => true,
            'theme' => 'relax',
            'animation' => [
                'open' => 'animated bounceInLeft',
                'close' => 'animated bounceOutLeft',
                'easing' => 'swing',
                'speed' => 500
            ]
        ]
    ]);
```

Or simply

```
   use eleiva\noty\Noty;
   echo Noty::widget([
                'text'=> 'Helloo WORLD',
              ]);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1e9bcaaca60c16b881543cdde20b0f9a66c11b896d3fe1be3a7a819bf54aa41?d=identicon)[eleiva](/maintainers/eleiva)

---

Top Contributors

[![eleiva](https://avatars.githubusercontent.com/u/889387?v=4)](https://github.com/eleiva "eleiva (22 commits)")[![ruskid](https://avatars.githubusercontent.com/u/8279841?v=4)](https://github.com/ruskid "ruskid (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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