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.

v2.0.0 2025-10-01 19:45 UTC

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

License

GPL3.0