Search by

curtistinkers / wordpress-plugin-template

curtistinkers

Package info

github.com/curtistinkers/wordpress-plugin-template

Type:wordpress-plugin

pkg:composer/curtistinkers/wordpress-plugin-template

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2025-12-07 08:33 UTC

This package is auto-updated.

Last update: 2026-09-07 10:40:38 UTC


README

Template for WordPress plugins with linting and phpstan

composer create-project curtistinkers/wordpress-plugin-template my-plugin

To lint, run:

composer lint

To run static code analysis,

composer phpstan