承接 smasty/neevo-nette-ext 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Add the extension to your Composer configuration:

    {
    	"require": {
    		"smasty/neevo-nette-ext": "1.*"
    	}
    }
  2. 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
    
  3. There is no step three.

统计信息

  • 总下载量: 48
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-27