PHPackages                             apermo/apermo-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. apermo/apermo-notify

ActiveWordpress-plugin[Mail &amp; Notifications](/categories/mail)

apermo/apermo-notify
====================

A WordPress apermo-notify plugin.

v0.1.3(1mo ago)0496[11 issues](https://github.com/apermo/apermo-notify/issues)[1 PRs](https://github.com/apermo/apermo-notify/pulls)GPL-2.0-or-laterPHPPHP &gt;=8.1CI passing

Since May 24Pushed 1mo agoCompare

[ Source](https://github.com/apermo/apermo-notify)[ Packagist](https://packagist.org/packages/apermo/apermo-notify)[ RSS](/packages/apermo-apermo-notify/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (15)Versions (7)Used By (0)

template-wordpress
==================

[](#template-wordpress)

[![PHP CI](https://github.com/apermo/template-wordpress/actions/workflows/ci.yml/badge.svg)](https://github.com/apermo/template-wordpress/actions/workflows/ci.yml)[![License: GPL v2+](https://camo.githubusercontent.com/996c3451ae01accccbdbaaa15299d3a015844792e6de4a884a5d12f1356bacd4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c76322b2d626c75652e737667)](LICENSE)

GitHub template repository for bootstrapping WordPress plugins and themes. Ships both plugin and theme scaffolding; a `setup.sh` script lets developers choose their mode and configures the project accordingly.

Requirements
------------

[](#requirements)

- PHP 8.1+
- WordPress 7.0+ (the `manage-subscriptions` block uses the PHP-only `block.json` render manifest that's reliable from 7.0 onwards; `wp_admin_notice()` from 6.4 is also relied on)
- Composer
- Node.js 20+ and npm (activates husky pre-commit hook, runs Playwright)
- [DDEV](https://ddev.readthedocs.io/) (for local development)

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

[](#installation)

1. [Create a new repository from this template](https://github.com/apermo/template-wordpress/generate)
2. Clone your new repository
3. Run the setup script:

```
bash setup.sh
```

The script prompts for:

- **Slug** (kebab-case, e.g. `my-plugin`)
- **Namespace** (e.g. `Apermo\MyPlugin`)
- **Composer package name**
- **Mode** (`plugin` or `theme`)

It replaces all placeholders, removes irrelevant mode files, configures DDEV, and optionally sets up GitHub labels and branch protection.

Development
-----------

[](#development)

```
composer install
npm install              # Activates husky hook + installs Playwright
composer cs              # Run PHPCS
composer cs:fix          # Fix PHPCS violations
composer analyse         # Run PHPStan
composer test            # Run all tests
composer test:unit       # Run unit tests only
composer test:integration # Run integration tests only
npm run test:e2e         # Run Playwright E2E tests (incl. WCAG 2.1 AA a11y checks)
```

### Local WordPress Environment

[](#local-wordpress-environment)

```
ddev start && ddev orchestrate
```

Uses [ddev-orchestrate](https://github.com/apermo/ddev-orchestrate) to download WordPress, create `wp-config.php`, install, and activate the plugin/theme.

### Git Hooks

[](#git-hooks)

The pre-commit hook (PHPCS + PHPStan) is managed by [husky](https://typicode.github.io/husky/)and activates automatically after `npm install`. No manual configuration required.

Template Sync
-------------

[](#template-sync)

To pull upstream template changes into a derived project:

```
git remote add template https://github.com/apermo/template-wordpress.git
git fetch template
git checkout -b chore/sync-template
git merge template/main --allow-unrelated-histories
```

License
-------

[](#license)

[GPL-2.0-or-later](LICENSE)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance93

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

4

Last Release

33d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/910b8010a35a86821d0b90d645374f5ae484513f2c195818e4c54bc0175d12e1?d=identicon)[apermo](/maintainers/apermo)

---

Top Contributors

[![apermo](https://avatars.githubusercontent.com/u/4695889?v=4)](https://github.com/apermo "apermo (244 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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