PHPackages                             nayjest/laravel-doctrine-dbal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. nayjest/laravel-doctrine-dbal

ActiveLibrary[Database &amp; ORM](/categories/database)

nayjest/laravel-doctrine-dbal
=============================

Doctrine DBAL integration for Laravel

v1.0.1(11y ago)07.4kMITPHP

Since Mar 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Nayjest/Laravel_DoctrineDBAL)[ Packagist](https://packagist.org/packages/nayjest/laravel-doctrine-dbal)[ RSS](/packages/nayjest-laravel-doctrine-dbal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel\_DoctrineDBAL
=====================

[](#laravel_doctrinedbal)

Doctrine DBAL integration for Laravel

Overview
--------

[](#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
------------

[](#installation)

Via [Composer](https://getcomposer.org)

- 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
-------

[](#testing)

Run following command:

```
phpunit
```

License
-------

[](#license)

© 2014 — 2015 Vitalii Stepanenko

Licensed under the MIT License.

Please see [License File](LICENSE) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

4079d ago

Major Versions

v0.1 → v1.0.02015-03-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/f774898eb3341eff33d07e1b05bccfb69d084831b7ac151d3079e322d0ff6155?d=identicon)[nayjest](/maintainers/nayjest)

---

Top Contributors

[![Nayjest](https://avatars.githubusercontent.com/u/153999?v=4)](https://github.com/Nayjest "Nayjest (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nayjest-laravel-doctrine-dbal/health.svg)

```
[![Health](https://phpackages.com/badges/nayjest-laravel-doctrine-dbal/health.svg)](https://phpackages.com/packages/nayjest-laravel-doctrine-dbal)
```

###  Alternatives

[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[aglipanci/laravel-eloquent-case

Adds CASE statement support to Laravel Query Builder.

115157.2k](/packages/aglipanci-laravel-eloquent-case)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
