nayjest/laravel-doctrine-dbal
最新稳定版本:v1.0.1
Composer 安装命令:
composer require nayjest/laravel-doctrine-dbal
包简介
Doctrine DBAL integration for Laravel
README 文档
README
Doctrine DBAL integration for Laravel
Overview
nayjest/laravel-doctrine-dbal package provides:
- Doctrine DBAL connection based on your default Laravel DB connection, initialized by same PDO connection object
- Facade for default Doctrine DBAL connection
- SQL queries logging setup. Queries executed via Doctrine DBAL will be present in DB::getQueryLog() and "Queries" tab of
barryvdh/laravel-debugbar
Installation
Via Composer
- Run following command:
composer require nayjest/laravel-doctrine-dbal
-
Register Nayjest\LaravelDoctrineDBAL\ServiceProvider in your application configuration file
-
Add facade alias:
'DBAL' => 'Nayjest\LaravelDoctrineDBAL\Facade',
Testing
Run following command:
phpunit
License
© 2014 — 2015 Vitalii Stepanenko
Licensed under the MIT License.
Please see License File for more information.
统计信息
- 总下载量: 7.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-18