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(3mo ago)02071MITPHPPHP ^8.2

Since Oct 1Pushed 3mo 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 today

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

41

—

FairBetter than 87% of packages

Maintenance80

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

107d 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

3355.3M345](/packages/psalm-plugin-laravel)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M96](/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.

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

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)

PHPackages © 2026

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