Download the PHP package apermo/apermo-notify without Composer
On this page you can find all versions of the php package apermo/apermo-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download apermo/apermo-notify
More information about apermo/apermo-notify
Files in apermo/apermo-notify
Package apermo-notify
Short Description A WordPress apermo-notify plugin.
License GPL-2.0-or-later
Informations about the package apermo-notify
template-wordpress
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
- PHP 8.1+
- WordPress 7.0+ (the
manage-subscriptionsblock uses the PHP-onlyblock.jsonrender 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 (for local development)
Installation
- Create a new repository from this template
- Clone your new repository
- Run the setup script:
The script prompts for:
- Slug (kebab-case, e.g.
my-plugin) - Namespace (e.g.
Apermo\MyPlugin) - Composer package name
- Mode (
pluginortheme)
It replaces all placeholders, removes irrelevant mode files, configures DDEV, and optionally sets up GitHub labels and branch protection.
Development
Local WordPress Environment
Uses ddev-orchestrate to download WordPress, create wp-config.php, install, and activate the plugin/theme.
Git Hooks
The pre-commit hook (PHPCS + PHPStan) is managed by husky
and activates automatically after npm install. No manual configuration required.
Template Sync
To pull upstream template changes into a derived project:
License
GPL-2.0-or-later