PHPackages                             andersonav/firebird-connector - 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. andersonav/firebird-connector

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

andersonav/firebird-connector
=============================

Firebird database driver for the Laravel Framework

v3.0.0(2mo ago)04011MITPHPPHP ^8.2|^8.3|^8.4

Since Sep 3Pushed 1mo agoCompare

[ Source](https://github.com/andersonav/firebird-connector)[ Packagist](https://packagist.org/packages/andersonav/firebird-connector)[ RSS](/packages/andersonav-firebird-connector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (5)Used By (1)

Firebird for Laravel
====================

[](#firebird-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/242f010040a70258d320b17a3dd93cd499b7767359321f14f74d331746af737a/68747470733a2f2f706f7365722e707567782e6f72672f616e646572736f6e61762f66697265626972642d636f6e6e6563746f722f646f776e6c6f616473)](https://packagist.org/packages/andersonav/firebird-connector)[![License](https://camo.githubusercontent.com/a5127f9cc4bf60651c62ae13f8be0d9050e856dddee3994602ceabd23fec6ac1/68747470733a2f2f706f7365722e707567782e6f72672f616e646572736f6e61762f66697265626972642d636f6e6e6563746f722f6c6963656e7365)](https://packagist.org/packages/andersonav/firebird-connector)

This package adds support for the Firebird PDO Database Driver in Laravel applications.

Version Support
---------------

[](#version-support)

- **PHP:** 8.2, 8.3, 8.4
- **Laravel:** 12.x
- **Firebird:** 3.0, 4.0, 5.0

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

[](#installation)

You can install the package via composer:

```
composer require andersonav/firebird-connector
```

*The package will automatically register itself.*

Declare the connection within your `config/database.php` file by using `firebird` as the driver:

```
'connections' => [

    'firebird' => [
        'driver'   => 'firebird',
        'host'     => env('DB_HOST', 'localhost'),
        'port'     => env('DB_PORT', '3050'),
        'database' => env('DB_DATABASE', '/path_to/database.fdb'),
        'username' => env('DB_USERNAME', 'sysdba'),
        'password' => env('DB_PASSWORD', 'masterkey'),
        'charset'  => env('DB_CHARSET', 'UTF8'),
        'role'     => null,
    ],

],
```

To register this package in Lumen, you'll also need to add the following line to the service providers in your `config/app.php` file: `$app->register(\AndersonAv\Firebird\FirebirdServiceProvider::class);`

Limitations
-----------

[](#limitations)

This package does not intend to support database migrations and it should not be used for this use case.

Credits
-------

[](#credits)

- [Anderson Alves](https://github.com/andersonav)

License
-------

[](#license)

Licensed under the [MIT](https://choosealicense.com/licenses/mit/) license.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance87

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~58 days

Total

4

Last Release

76d ago

Major Versions

v1.0.0 → v2.0.02025-10-28

v2.1.0 → v3.0.02026-02-24

### Community

Maintainers

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

---

Top Contributors

[![andersomsousa1406](https://avatars.githubusercontent.com/u/20165719?v=4)](https://github.com/andersomsousa1406 "andersomsousa1406 (8 commits)")[![andersonav](https://avatars.githubusercontent.com/u/38483866?v=4)](https://github.com/andersonav "andersonav (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andersonav-firebird-connector/health.svg)

```
[![Health](https://phpackages.com/badges/andersonav-firebird-connector/health.svg)](https://phpackages.com/packages/andersonav-firebird-connector)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[cybercog/laravel-ban

Laravel Ban simplify blocking and banning Eloquent models.

1.1k651.8k11](/packages/cybercog-laravel-ban)[pdphilip/elasticsearch

An Elasticsearch implementation of Laravel's Eloquent ORM

145360.2k4](/packages/pdphilip-elasticsearch)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)

PHPackages © 2026

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