PHPackages                             mbamarante/cakephp-firebird-driver - 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. mbamarante/cakephp-firebird-driver

ActiveCakephp-plugin[Database &amp; ORM](/categories/database)

mbamarante/cakephp-firebird-driver
==================================

CakePHP 3 Driver for Firebird Database

1.0.3(8y ago)41.5k4[2 issues](https://github.com/mbamarante/cakephp-firebird-driver/issues)MITPHPPHP &gt;=5.6

Since Apr 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mbamarante/cakephp-firebird-driver)[ Packagist](https://packagist.org/packages/mbamarante/cakephp-firebird-driver)[ Docs](https://github.com/mbamarante/cakephp-firebird-driver)[ RSS](/packages/mbamarante-cakephp-firebird-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

CakePHP 3 Driver for Firebird Database
======================================

[](#cakephp-3-driver-for-firebird-database)

Currently provides data reading, inserting, deleting and updating.

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require mbamarante/cakephp-firebird-driver

```

Requirements
------------

[](#requirements)

- CakePHP 3.2+
- an Firebird PHP extension
    - For Ubuntu 14.04 installing see [Ubuntu-PDO](docs/UbuntuPDO.md)

Datasource configuration
------------------------

[](#datasource-configuration)

Here is an example datasource configuration:

```
'myfbconnection' => [
    'className' => 'Cake\Database\Connection',
    'driver' => 'CakephpFirebird\Driver\Firebird',
    'host' => '127.0.0.1',
    'port' => '3050',
    'username' => 'sysdba',
    'password' => 'masterkey',
    'database' => '/path-to-database/database.fdb',
    ]

```

Known Issues
------------

[](#known-issues)

- disable multiple records insert in the same query (e.g.: fixtures)
- disable auto increment fields on table creation
- review data types
- improve unit tests
- unimplemented add and dropContraints, enable and disableForeignFeySQL

Workaround
----------

[](#workaround)

- use cake bake lowercase table name

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~250 days

Total

4

Last Release

2935d ago

PHP version history (2 changes)1.0PHP &gt;=5.4.16

1.0.3PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/92f4b245f383cdb65063ab8bfa8948b9060959adb2f0022623ebb40c3b3b0a98?d=identicon)[maicon.amarante](/maintainers/maicon.amarante)

---

Top Contributors

[![mbamarante](https://avatars.githubusercontent.com/u/409833?v=4)](https://github.com/mbamarante "mbamarante (7 commits)")[![arilia](https://avatars.githubusercontent.com/u/4802541?v=4)](https://github.com/arilia "arilia (3 commits)")

---

Tags

databasecakephpdriverfirebird

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mbamarante-cakephp-firebird-driver/health.svg)

```
[![Health](https://phpackages.com/badges/mbamarante-cakephp-firebird-driver/health.svg)](https://phpackages.com/packages/mbamarante-cakephp-firebird-driver)
```

###  Alternatives

[mongodb/mongodb

MongoDB driver library

1.6k64.0M543](/packages/mongodb-mongodb)[dereuromark/cakephp-databaselog

A CakePHP plugin for storing and viewing application logs in the database

44165.0k2](/packages/dereuromark-cakephp-databaselog)[cakedc/cakephp-oracle-driver

CakePHP 3 Driver for Oracle Database

4226.4k](/packages/cakedc-cakephp-oracle-driver)[chillerlan/php-database

An extensible database wrapper and query builder.

431.2k2](/packages/chillerlan-php-database)

PHPackages © 2026

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