Nayjest / Laravel_DoctrineDBAL by nayjest

Doctrine DBAL integration for Laravel
7,238
0
3
Package Data
Maintainer Username: nayjest
Maintainer Contact: mail@vitaliy.in (Vitalii Stepanenko)
Package Create Date: 2015-03-18
Package Last Update: 2015-03-18
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:13:35
Package Statistics
Total Downloads: 7,238
Monthly Downloads: 7
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Laravel_DoctrineDBAL

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.