PHPackages                             alex198710/pnotify - 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. alex198710/pnotify

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

alex198710/pnotify
==================

Wrapper around the PNotify plugin

084.5k

Since Jul 23Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

pnotify
=======

[](#pnotify)

- Wrapper around pnotify
- PNotify 2.0.1 sciactive.com/pnotify/

Without Symfony
---------------

[](#without-symfony)

Include CSS:

```

```

Include JS:

```

```

Use it like this:

```

$(function(){
	new PNotify({
		title: 'Regular Notice',
		text: 'Check me out! I\'m a notice.'
	});
});

```

With Symfony
------------

[](#with-symfony)

Composer.json

```
Add this line:
"alex198710/pnotify": "dev-master"

```

Config.yml

```
assetic:
    assets:
        pnotify_js:
            inputs:
                - %kernel.root_dir%/../vendor/alex198710/pnotify/assets/js/pnotify.custom.min.js
            output: js/pnotify.js
            filters: [?yui_js]
        pnotify_css:
            inputs:
                - %kernel.root_dir%/../vendor/alex198710/pnotify/assets/css/pnotify.custom.min.css
            output: css/pnotify.css

```

Twig view:

```
{% stylesheets '@pnotify_css' filter='cssrewrite' %}

{% endstylesheets %}

```

```
{% javascripts '@pnotify_js' %}

{% endjavascripts %}

```

Then use it like this:

```

$(function(){
	new PNotify({
		title: 'Regular Notice',
		text: 'Check me out! I\'m a notice.'
	});
});

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/14d6088ad07f3226617342e27b636e1a4cedbcca9ee87c4c276ac23c55a0eb3b?d=identicon)[alex198710](/maintainers/alex198710)

---

Top Contributors

[![alex198710](https://avatars.githubusercontent.com/u/1230653?v=4)](https://github.com/alex198710 "alex198710 (5 commits)")

### Embed Badge

![Health badge](/badges/alex198710-pnotify/health.svg)

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

###  Alternatives

[paulredmond/html-to-amp

A PHP Library to Convert HTML to AMP HTML

6826.0k](/packages/paulredmond-html-to-amp)[mageprince/module-buynow

Magento2 Buy Now Module

829.7k](/packages/mageprince-module-buynow)[netzmacht/php-leaflet

PHP leaflet definition and javascript generator

1927.2k2](/packages/netzmacht-php-leaflet)[edofre/laravel-fullcalendar-scheduler

Laravel component for fullcalendar scheduler module

251.5k](/packages/edofre-laravel-fullcalendar-scheduler)

PHPackages © 2026

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