xinix-technology/bono-norm
Composer 安装命令:
composer require xinix-technology/bono-norm
包简介
Norm glue code for Bono
README 文档
README
If you want to use Bono 2 as your web application development framework, and you need database access. Best chance that you need Norm. This library is best breed to integrate between Bono 2 and Norm 2.
How to Use
Prepare Norm repository using bono-norm middleware, add BonoNorm\Middleware to Bono bundle middlewares configuration section or config/config.php file.
return [ "middlewares": [ [ BonoNorm\Middleware::class, [ "options" => [ "connections" => [...], "collections" => [...], "attributes" => [...], ] ]] ] ];
This DSL is comply to ROH\Util\Injector accepted DSL.
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-01