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

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.4k187.2M2.6k](/packages/composer-composer)[symfony/event-dispatcher

Provides tools that allow your application components to communicate with each other by dispatching events and listening to them

8.6k985.9M3.4k](/packages/symfony-event-dispatcher)[symfony/polyfill-php80

Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions

1.7k815.2M455](/packages/symfony-polyfill-php80)[symfony/var-exporter

Provides tools to export, instantiate, hydrate, clone and lazy-load PHP objects

2.1k378.1M437](/packages/symfony-var-exporter)[seld/phar-utils

PHAR file format utilities, for when PHP phars you up

875180.0M32](/packages/seld-phar-utils)[dansmith/laravel5-foundation

Zurb Foundation components for Laravel5

104.6k](/packages/dansmith-laravel5-foundation)

PHPackages © 2026

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