PHPackages                             indigophp/fuelphp-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. indigophp/fuelphp-dbal

AbandonedArchivedLibrary

indigophp/fuelphp-dbal
======================

FuelPHP DBAL integration

014PHP

Since Mar 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/indigophp/fuelphp-dbal)[ Packagist](https://packagist.org/packages/indigophp/fuelphp-dbal)[ RSS](/packages/indigophp-fuelphp-dbal/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FuelPHP DBAL
============

[](#fuelphp-dbal)

[![Latest Version](https://camo.githubusercontent.com/13f216c3f4a5bd84d71b9c132a10796bff7592c44cb50a5a31bb1e3926c352e8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f696e6469676f7068702f6675656c7068702d6462616c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/indigophp/fuelphp-dbal/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/2717a8e6bb7af492deccf52488b50afb442515b7ac153aecef3beb2ca942c05d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6469676f7068702f6675656c7068702d6462616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/indigophp/fuelphp-dbal)

**This package is a wrapper around [doctrine/dbal](https://github.com/doctrine/dbal) package.**

Install
-------

[](#install)

Via Composer

```
$ composer require indigophp/fuelphp-dbal
```

Usage
-----

[](#usage)

Simply install this package to be able to use DBAL inside FuelPHP.

### Configuration

[](#configuration)

```
	'dbname'       => 'database'
	'host'         => 'localhost'
	'port'         => 1234
	'user'         => 'user',
	'password'     => 'secret',
	'driver'       => 'pdo_mysql',
	'driver_class' => 'MyNamespace\\MyDriverImpl', // the DBAL driverClass option
	'options'      => array( // the DBAL driverOptions option
	    'foo' => 'bar',
	),
	'path'             => '',
	'wrapper_class'    => 'MyDoctrineDbalConnectionWrapper', // the DBAL wrapperClass option
	'charset'          => 'UTF8',
	'profiling'        => true,
	'mapping_types'    => array(
	    'enum' => 'string',
	),
	'types' => array(
	    'custom' => 'MyCustomType',
	),
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/indigophp/fuelphp-dbal/blob/develop/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Márk Sági-Kazár](https://github.com/sagikazarmark)
- [aspendigital](https://github.com/aspendigital/fuel-doctrine2)
- [All Contributors](https://github.com/indigophp/fuelphp-dbal/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/indigophp/fuelphp-dbal/blob/develop/LICENSE) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e4e105cea62b616d4cb376b08a849b6a428f646998537de150d16a8eb537b90?d=identicon)[mark.sagikazar](/maintainers/mark.sagikazar)

![](https://www.gravatar.com/avatar/1585b5a08e138e348f5b646231d0f16cb2eae06501fb9462bbc97a794d4de84a?d=identicon)[TamasBarta](/maintainers/TamasBarta)

---

Top Contributors

[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (6 commits)")

### Embed Badge

![Health badge](/badges/indigophp-fuelphp-dbal/health.svg)

```
[![Health](https://phpackages.com/badges/indigophp-fuelphp-dbal/health.svg)](https://phpackages.com/packages/indigophp-fuelphp-dbal)
```

PHPackages © 2026

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