wpify / plugin
This package is abandoned and no longer maintained.
The author suggests using the wpify/plugin-skeleton package instead.
Wpify Plugin Skeleton
3.1.5
2023-06-13 09:00 UTC
Requires
- php: ^8.0.0
- ext-json: *
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.1
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.6
- wp-coding-standards/wpcs: dev-master
- wpify/plugin-composer-scripts: ^1.2
- wpify/tracy: ^1.0
- dev-master
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-detached
This package is auto-updated.
Last update: 2023-06-15 13:24:36 UTC
README
Plugin skeleton with theme by WPify
How to setup project?
- Go to the
wp-content/plugins
folder in terminal - Run
composer create-project wpify/plugin-skeleton my-plugin-name
command (replacemy-plugin-name
with real slug of the plugin) - Activate the newly created plugin and start developing!