piotrpress / wordpress-plugin-template
This Composer project is a template for creating a WordPress plugins. It includes a basic structure and uses Composer Setuper to interactively walk you through the process of setting up your new plugin project.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3
- piotrpress/cacher: ^1.2.0
- piotrpress/logger: ^2.0.0
- piotrpress/singleton: ^7.0.0
- piotrpress/templater: ^1.2.0
- piotrpress/wordpress-hooks: ^5.3.0
- piotrpress/wordpress-plugin: ^3.0.0
Requires (Dev)
- piotrpress/composer-classmapper: ^3.1.0
- piotrpress/composer-setuper: ^1.0.0
This package is auto-updated.
Last update: 2025-10-01 19:45:54 UTC
README
This Composer project is a template for creating a WordPress plugins. It includes a basic structure and uses Composer Setuper to interactively walk you through the process of setting up your new plugin project.
Usage
To create a new WordPress plugin project, go to wp-content/plugins
directory and run the following command:
$ composer create-project piotrpress/wordpress-plugin-template --ask
This will create a new directory with the name of your plugin and set up the basic structure for your new plugin.
Requirements
- PHP >=
8.3
- Composer >=
2.0