dsawardekar / wp-plugin-base
WordPress Plugin Base
0.1.0
2014-05-11 12:29 UTC
Requires (Dev)
- phpunit/phpunit: ~3.7.0
This package is not auto-updated.
Last update: 2024-11-09 17:24:43 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));