PHPackages                             xgrz/firebird-support - 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. xgrz/firebird-support

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

xgrz/firebird-support
=====================

Firebird database driver for the Laravel Framework

v1.0.4(5mo ago)02341MITPHPPHP ^8.2

Since Oct 1Pushed 5mo agoCompare

[ Source](https://github.com/xGrz/firebird-support)[ Packagist](https://packagist.org/packages/xgrz/firebird-support)[ RSS](/packages/xgrz-firebird-support/feed)WikiDiscussions main Synced 1w ago

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

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

[](#firebird-for-laravel)

This package adds support for the Firebird PDO Database Driver in Laravel applications. Originally it was created by Harry Gulliford. Unfortunately, the original package is no longer maintained (doesn't support Laravel 12). Thank you, Harry, for your work!

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

[](#version-support)

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

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

[](#installation)

You can install the package via composer:

```
composer require xgrz/firebird-support
```

*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,
    ],

],
```

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

[](#limitations)

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

Credits
-------

[](#credits)

- [Harry Gulliford](https://github.com/harrygulliford)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance73

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~56 days

Total

4

Last Release

152d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33755434?v=4)[xGrz](/maintainers/xgrz)[@xGrz](https://github.com/xGrz)

---

Top Contributors

[![xGrz](https://avatars.githubusercontent.com/u/33755434?v=4)](https://github.com/xGrz "xGrz (7 commits)")

### Embed Badge

![Health badge](/badges/xgrz-firebird-support/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.9M110](/packages/mongodb-laravel-mongodb)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M322](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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