merkushin / wpplugin
Template for a new WordPress plugin
dev-main
2026-05-24 13:26 UTC
Requires
- humbug/php-scoper: ^0.18.19
- merkushin/wpal: dev-main
Requires (Dev)
- phpunit/phpunit: 13.1.x-dev
This package is not auto-updated.
Last update: 2026-06-07 10:24:14 UTC
README
Base scaffold for a WordPress plugin.
When this project is created from the template, the post-create setup script derives the plugin slug, bootstrap file name, and PHP namespace from the installation directory name.
Usage
composer create-project merkushin/wpplugin my-plugin
Run tests:
$ make test
Build the plugin:
$ make