dsawardekar / wp-plugin-base
WordPress Plugin Base
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dsawardekar/wp-plugin-base
Requires (Dev)
- phpunit/phpunit: ~3.7.0
This package is not auto-updated.
Last update: 2025-10-11 21:53:53 UTC
README
Base for WordPress Plugins.
Deprecated. This repo has been merged into Arrow.
Features
- PluginMeta which automatically figures out defaults for typical WordPress things like Plugin Dir, Slug, Menu Slug, Option Key, etc.
Usage
$container->object('pluginMeta', new PluginMeta($file));