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.

v1.0.0 2025-03-28 19:34 UTC

This package is auto-updated.

Last update: 2025-03-28 19:37:10 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 > = 7.4
  • Composer >= 2.0

License

GPL3.0