frozzare/elda
最新稳定版本:v1.2.3
Composer 安装命令:
composer require frozzare/elda
包简介
Simple WordPress Plugin Bootstrapper
README 文档
README
Simple WordPress Plugin Bootstrapper. Elda loades files and register the wp-autoload. Default Elda looks for code in src directory in your plugin directory, this can be changed with src_dir in options array.
Install
composer require frozzare/elda
Example
/** * Plugin Name: Customer * Description: Customer description * Author: Customer * Author URI: http://example.com * Version: 1.0.0 * Textdomain: customer */ use Frozzare\Elda\Elda; /** * Bootstrap Customer plugin with Elda. */ Elda::boot( __FILE__, [ 'domain' => 'customer', 'files' => [ 'lib/papi.php' ], 'namespace' => 'Customer\\' ] );
License
MIT © Fredrik Forsmo
统计信息
- 总下载量: 7.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-17