alex-kalanis/kw_modules
最新稳定版本:v2.1.0
Composer 安装命令:
composer require alex-kalanis/kw_modules
包简介
Selecting correct modules in KWCMS
README 文档
README
Modules base
Selecting which modules will run. This is the core of KWCMS. Because everything starts with modules which represent blocks of content.
PHP Installation
composer.phar require alex-kalanis/kw_modules
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Add some external packages with connection to the local or remote services.
3.) Connect the "\kalanis\kw_modules\Access\Factory::getProcessor" into your app and set necessary params.
4.) Extend your libraries by interfaces inside the package.
5.) Just call setting and render
Caveats
This thing is created with tree in mind. So the loaders and modules itself are targeted by arrays, not raw strings as was usual.
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2023-09-02