PHPackages                             zarei-dev/wp-better-notice - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. zarei-dev/wp-better-notice

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

zarei-dev/wp-better-notice
==========================

Better Notice for WordPress

v1.0.0(3y ago)25MITPHPPHP ^7.0 || ^8.0

Since Jun 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zarei-dev/wp-better-notice)[ Packagist](https://packagist.org/packages/zarei-dev/wp-better-notice)[ RSS](/packages/zarei-dev-wp-better-notice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

wp-better-notice
================

[](#wp-better-notice)

Simple Syntax for creating a WordPress notice.

Install
-------

[](#install)

You'll need to use Composer autoloader. This package use PSR-4.

```
composer require zarei-dev/wp-better-notice

```

Examples
--------

[](#examples)

```
BetterNotice::Success( 'Success message' );
BetterNotice::Error( 'Error message' );
BetterNotice::Warning( 'Warning message' );
BetterNotice::Info( 'Info message' );
```

```
if ( email_validation() ) {
  BetterNotice::Success( 'Profile updated.' );
} else {
  BetterNotice::Error( 'You should enter a valid email' );
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1426d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/457c9e5ab063aad087b307a033ab8b5ee9120b663095ff216becd968b858865f?d=identicon)[zarei\_dev](/maintainers/zarei_dev)

---

Top Contributors

[![zarei-dev](https://avatars.githubusercontent.com/u/38009335?v=4)](https://github.com/zarei-dev "zarei-dev (5 commits)")

---

Tags

wordpressdebugnotice

### Embed Badge

![Health badge](/badges/zarei-dev-wp-better-notice/health.svg)

```
[![Health](https://phpackages.com/badges/zarei-dev-wp-better-notice/health.svg)](https://phpackages.com/packages/zarei-dev-wp-better-notice)
```

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[wpbp/debug

Add your plugin to Query Monitor

1511.1k](/packages/wpbp-debug)[aaemnnosttv/dev-debug

Development debugging functions for WordPress

101.5k](/packages/aaemnnosttv-dev-debug)[vinnyfs89/x-dump

Simple way to debug PHP variables

144.1k](/packages/vinnyfs89-x-dump)

PHPackages © 2026

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