PHPackages                             jarjak/dbal-manager-bundle - 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. jarjak/dbal-manager-bundle

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

jarjak/dbal-manager-bundle
==========================

Bundle to provide DBALManager as a Symfony service.

v3.0(7y ago)08.8kMITPHP

Since Oct 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JarJak/DBALManagerBundle)[ Packagist](https://packagist.org/packages/jarjak/dbal-manager-bundle)[ Docs](https://github.com/JarJak/DBALManagerBundle)[ RSS](/packages/jarjak-dbal-manager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (7)Used By (0)

DBALManagerBundle
=================

[](#dbalmanagerbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/b2854f7fed30f95e1c728c93d5f6646e991a0aac72a838996c27d10e65906c05/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32366364636266392d646434372d343532612d613933332d6639353465636439306430332f6269672e706e67)](https://insight.sensiolabs.com/projects/26cdcbf9-dd47-452a-a933-f954ecd90d03)

This bundle provides [DBALManager](https://github.com/JarJak/DBALManager) as a Symfony service.

Installation:
-------------

[](#installation)

1. Run: `composer require jarjak/dbal-manager-bundle`
2. \[Symfony &lt;4 only\] Add bundle to your AppKernel.php:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            //...
            new JarJak\DBALManagerBundle\JarJakDBALManagerBundle(),
        );
        //...
        return $bundles;
    }
    //...
}
```

Usage examples:
---------------

[](#usage-examples)

You can get DBALManager as service in two ways:

```
$container->get('jarjak.dbal_manager');
$container->get(DBALManager::class);

```

For usage examples please refer to [DBALManager documentation](https://github.com/JarJak/DBALManager/blob/master/README.md).

Multiple database connections
-----------------------------

[](#multiple-database-connections)

If you have more than one DB connection, then you can create multiple managers, one for each connection. All you need is to pass DBAL Connection service (`@secondary_connection`) to setConnection() or constructor.

```
secondary_dbal_manager:
    class: JarJak\DBALManager
    arguments:
        - "@secondary_connection"
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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 ~257 days

Recently: every ~321 days

Total

6

Last Release

2585d ago

Major Versions

1.0.x-dev → 2.0.02017-03-09

2.0.x-dev → v3.02019-04-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b15155a25fa5e1512a22d31ce0c7ebb250d90e4b07804f3457f206e373d6069?d=identicon)[JarJak](/maintainers/JarJak)

---

Top Contributors

[![JarJak](https://avatars.githubusercontent.com/u/4981490?v=4)](https://github.com/JarJak "JarJak (17 commits)")

---

Tags

doctrine-dbalsymfony-bundlepersistencedatabasedbalqueryobject

### Embed Badge

![Health badge](/badges/jarjak-dbal-manager-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jarjak-dbal-manager-bundle/health.svg)](https://phpackages.com/packages/jarjak-dbal-manager-bundle)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k241.3M3.3k](/packages/doctrine-doctrine-bundle)

PHPackages © 2026

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