PHPackages                             laraish/admin-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laraish/admin-notice

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

laraish/admin-notice
====================

A simple helper for admin notice on WordPress admin pages.

v4.0.0(8mo ago)18[1 issues](https://github.com/laraish/admin-notice/issues)MITPHPPHP ^8.2

Since Oct 14Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/laraish/admin-notice)[ Packagist](https://packagist.org/packages/laraish/admin-notice)[ Docs](https://github.com/laraish/admin-notice)[ RSS](/packages/laraish-admin-notice/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (7)Used By (0)

Introduction
============

[](#introduction)

This is a simple helper lib for sending notice in WordPress admin pages.

Usage
-----

[](#usage)

Before you can use it be sure init it by:

```
use Laraish\AdminNotice\AdminNotice;

AdminNotice::init();
```

### Basic

[](#basic)

```
AdminNotice::success('Task Completed!');
```

Other type of notices

- success
- error
- warning
- info

### Dismissible Notice

[](#dismissible-notice)

The second parameter determine if the notice has a 'dismiss' button.

```
AdminNotice::success('Task Completed!', true);
```

### Persistent Notice

[](#persistent-notice)

To make the notice showing persistently, passing a notice id to the method.

```
AdminNotice::success('Task Completed!', true, 'your-unique-notice-id');
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity74

Established project with proven stability

 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 ~426 days

Recently: every ~533 days

Total

6

Last Release

266d ago

Major Versions

v0.6.0 → v1.0.02020-08-17

v1.0.0 → v2.0.02023-12-05

v2.0.0 → v4.0.02025-08-17

PHP version history (3 changes)v0.1.0PHP ^7.2

v2.0.0PHP ^8.1

v4.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

wordpressdough

### Embed Badge

![Health badge](/badges/laraish-admin-notice/health.svg)

```
[![Health](https://phpackages.com/badges/laraish-admin-notice/health.svg)](https://phpackages.com/packages/laraish-admin-notice)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[justintadlock/hybrid-carbon

God-like post featured image script.

202.5k](/packages/justintadlock-hybrid-carbon)[typisttech/wp-admin-notices

A simplified OOP implementation of the WordPress admin notices

141.2k](/packages/typisttech-wp-admin-notices)

PHPackages © 2026

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