PHPackages                             bajzany/notify - 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. bajzany/notify

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

bajzany/notify
==============

Notify Control for Nette Framework

v2.0.1(6y ago)05571JavaScriptPHP ^7.2

Since Feb 26Pushed 6y agoCompare

[ Source](https://github.com/bajzany/Notify)[ Packagist](https://packagist.org/packages/bajzany/notify)[ Docs](https://github.com/bajzany/Notify)[ RSS](/packages/bajzany-notify/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (1)

Notify
------

[](#notify)

Nette notification for message

Required:

- php: ^7.2
- [nette/di](https://packagist.org/packages/nette/di)
- [nette/application](https://packagist.org/packages/nette/application)
- [nette/bootstrap](https://packagist.org/packages/nette/bootstrap)
- [latte/latte](https://packagist.org/packages/latte/latte)
- [nette/utils](https://packagist.org/packages/nette/utils)
- [nettpack/stage](https://github.com/nettpack/stage)

[![Paginator](src/Doc/image1.PNG?raw=true)](src/Doc/image1.PNG?raw=true)

#### Instalation

[](#instalation)

- Composer instalation

    ```
      composer require bajzany/notify dev-master

    ```
- Register into Nette Application

    ```
      extensions:
      	Notify: Bajzany\Notify\DI\NotifyExtension

    ```
- How to Use:

    - In presenter notifyTrait;

        ```
          use NotifyTrait;

        ```
    - Adding to notifications collections

        ```
          $this->addNotify('Second notification', 'NotifyControl', Notification::TYPE_PURPLE);

        ```
    - Template (.latte) in your base Latte

        ```
          {control notify}

        ```
- Create callable property onAfterRender and function afterRender into presenter where is placed notifyTrait. This is important because in ajax request must be start redrawControl.

```
/**
 * @var callable[]
 */
public $onAfterRender = [];

protected function afterRender()
{
	parent::afterRender();
	$this->onAfterRender();
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~49 days

Total

4

Last Release

2533d ago

Major Versions

v1.0.1 → v2.0.02019-07-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30310980?v=4)[bajzany](/maintainers/bajzany)[@bajzany](https://github.com/bajzany)

---

Top Contributors

[![bajzany](https://avatars.githubusercontent.com/u/30310980?v=4)](https://github.com/bajzany "bajzany (7 commits)")

---

Tags

controlnotify

### Embed Badge

![Health badge](/badges/bajzany-notify/health.svg)

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

###  Alternatives

[contributte/menu-control

Menu control for Nette framework

29112.2k1](/packages/contributte-menu-control)[carrooi/nette-menu

Menu control for Nette framework

2950.5k1](/packages/carrooi-nette-menu)

PHPackages © 2026

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