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

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

rumur/wp-notice
===============

The OOP package to work with WordPress notices

v1.1.0(4y ago)661MITPHPPHP &gt;=7.1.0CI failing

Since Jul 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rumur/wp-notice)[ Packagist](https://packagist.org/packages/rumur/wp-notice)[ Docs](https://github.com/rumur/wp-notice)[ RSS](/packages/rumur-wp-notice/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

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

[](#wp-notice)

The small OOP wrapper that allows working with WordPress notices nice and clean.

### Minimum Requirements:

[](#minimum-requirements)

- PHP: 7.2+
- WordPress: 5.3+

Installation
------------

[](#installation)

`composer require rumur/wp-notice`

### Themosis 2.x

[](#themosis-2x)

`php console vendor:publish --provider='Rumur\WordPress\Notice\NoticeServiceProvider'`

### Sage 10.x

[](#sage-10x)

`wp acorn vendor:publish --provider='Rumur\WordPress\Notice\NoticeServiceProvider'`

### Register into WordPress

[](#register-into-wordpress)

It registers the renderer functionality, that will display all notifications added by the package.

```
