smasty/neevo-nette-ext
最新稳定版本:v1.2.5
Composer 安装命令:
composer require smasty/neevo-nette-ext
包简介
Neevo extension for Nette Framework
关键字:
README 文档
README
This package provides tools to optimize Neevo DBAL for use in a Nette Framework application. It will register Neevo as a service to the DI Container, add a panel to DebugBar showing performed queries and a panel to Bluescreen with SQL query in case of NeevoException. It also provides an adapter for Nette cache storage system.
Only Nette Framework 2.0 and above PHP 5.3 packages are supported.
Instructions
-
Add the extension to your Composer configuration:
{ "require": { "smasty/neevo-nette-ext": "1.*" } } -
Add new sections to your config file (e.g.
app/config/config.neon) and place there your Neevo configuration:extensions: neevo: Neevo\Nette\Extension neevo: driver: MySQLi username: root password: **** database: my_database -
There is no step three.
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-27