graft / plugin-skeleton
WordPress Plugin with Graft Framework Project
v0.0.4
2019-09-05 20:22 UTC
Requires
- graft/framework-core: ^1.0.0
This package is auto-updated.
Last update: 2026-03-06 11:00:46 UTC
README
A WordPress Plugin Skeleton with Graft Framework.
How to use ?
run composer create-project graft/plugin-skeleton [yourPluginName] in your wp-content/plugins folder.
And that's it !
What contains this Skeleton ?
- The Graft Framework Core
- An Plugin Architectury
- Little code example (Admin Page creation)