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

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

wpplex/wp-notify
================

A small notification class to manage your WordPress Admin Notifications.

1.0.0(11y ago)35201MITPHPPHP &gt;=5.3.0

Since Apr 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/wpplex/wp-notify)[ Packagist](https://packagist.org/packages/wpplex/wp-notify)[ Docs](http://omarabid.com)[ RSS](/packages/wpplex-wp-notify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

wp-notify
=========

[](#wp-notify)

A small notification class to manage your WordPress Admin Notifications.

Usage
-----

[](#usage)

First, you init your class with a custom prefix (namespace for your notifications)

```
$notify = new wpplex\WP_Notify\WP_Notify( 'my-notif' );

```

Create your first notification

```
$id = 'notif-xxy';
$content = 'some random notif text';
$type = 'error';
$hide_button = true;
$notify->add_notification( $id, $content, $type, $hide_button );

```

Display your notification

```
$id = 'notif-xxy';
$display_count = 20; // times
$notify->display_notification( $id, $display_count );

```

Hide your notification

```
$id = 'notif-xxy';
$notify->hide_notification( $id );

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

4037d ago

### Community

Maintainers

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

---

Top Contributors

[![omarabid](https://avatars.githubusercontent.com/u/909237?v=4)](https://github.com/omarabid "omarabid (8 commits)")

---

Tags

wordpressnotifications

### Embed Badge

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

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

###  Alternatives

[redjanym/php-firebase-cloud-messaging

PHP SDK for Firebase Cloud Messaging from Google

39847.9k1](/packages/redjanym-php-firebase-cloud-messaging)[tomatophp/filament-accounts

Manage your multi accounts inside your app using 1 table with multi auth and a lot of integrations

748.3k7](/packages/tomatophp-filament-accounts)[symbiote/silverstripe-notifications

Send CMS editable system notifications from code

155.8k3](/packages/symbiote-silverstripe-notifications)

PHPackages © 2026

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