Search by

merkushin / wpplugin

merkushin

Template for a new WordPress plugin

Package info

github.com/merkushin/wpplugin

Type:project

pkg:composer/merkushin/wpplugin

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-05-24 13:26 UTC

This package is not auto-updated.

Last update: 2026-09-13 11:26:24 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