PHPackages                             gabrieldutra18/laravel-firebird-5.0 - 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. gabrieldutra18/laravel-firebird-5.0

ActiveLibrary

gabrieldutra18/laravel-firebird-5.0
===================================

Firebird database driver for the Laravel Framework

v1.0.0(1y ago)0157MITPHP ^7.4|^8.0

Since Oct 8Pushed 1y agoCompare

[ Source](https://github.com/gabrieldutra18/laravel-firebird-5.0)[ Packagist](https://packagist.org/packages/gabrieldutra18/laravel-firebird-5.0)[ RSS](/packages/gabrieldutra18-laravel-firebird-50/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#firebird-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/fc6606068929e64e0a8d026e15d1fde2d0d3eed030ead35f513f798d88417428/68747470733a2f2f706f7365722e707567782e6f72672f686172727967756c6c69666f72642f6c61726176656c2d66697265626972642f762f737461626c65)](https://packagist.org/packages/harrygulliford/laravel-firebird)[![Total Downloads](https://camo.githubusercontent.com/738cf074ec5225ce42951d8d9ccffd26be77248fd7b02454b796efeae34f95a0/68747470733a2f2f706f7365722e707567782e6f72672f686172727967756c6c69666f72642f6c61726176656c2d66697265626972642f646f776e6c6f616473)](https://packagist.org/packages/harrygulliford/laravel-firebird)[![Tests](https://github.com/harrygulliford/laravel-firebird/actions/workflows/tests.yml/badge.svg)](https://github.com/harrygulliford/laravel-firebird/actions/workflows/tests.yml)[![License](https://camo.githubusercontent.com/399ea394f7721f26cda9159bde33d3fdc6885235cc93cdb530ce409d80b7698e/68747470733a2f2f706f7365722e707567782e6f72672f686172727967756c6c69666f72642f6c61726176656c2d66697265626972642f6c6963656e7365)](https://packagist.org/packages/harrygulliford/laravel-firebird)

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

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

[](#version-support)

- **PHP:** 7.4, 8.0, 8.1, 8.2, 8.3
- **Laravel:** 8.x, 9.x, 10.x, 11.x
- **Firebird:** 2.5, 3.0, 4.0

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

[](#installation)

You can install the package via composer:

```
composer require harrygulliford/laravel-firebird
```

*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(\HarryGulliford\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)

- [Harry Gulliford](https://github.com/harrygulliford)
- [Jacques van Zuydam](https://github.com/jacquestvanzuydam/laravel-firebird)
- [Simonov Denis](https://github.com/sim1984/laravel-firebird)
- [All Contributors](https://github.com/harrygulliford/laravel-firebird/graphs/contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.2% 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 ~57 days

Total

2

Last Release

524d ago

### Community

Maintainers

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

---

Top Contributors

[![harrygulliford](https://avatars.githubusercontent.com/u/5051286?v=4)](https://github.com/harrygulliford "harrygulliford (154 commits)")[![fesoft](https://avatars.githubusercontent.com/u/9648452?v=4)](https://github.com/fesoft "fesoft (12 commits)")[![jacquestvanzuydam](https://avatars.githubusercontent.com/u/2675042?v=4)](https://github.com/jacquestvanzuydam "jacquestvanzuydam (9 commits)")[![gabrieldutra18](https://avatars.githubusercontent.com/u/29610903?v=4)](https://github.com/gabrieldutra18 "gabrieldutra18 (5 commits)")[![mariuz](https://avatars.githubusercontent.com/u/18359?v=4)](https://github.com/mariuz "mariuz (4 commits)")[![victorvilella](https://avatars.githubusercontent.com/u/11229358?v=4)](https://github.com/victorvilella "victorvilella (2 commits)")[![ricardoseriani](https://avatars.githubusercontent.com/u/3369718?v=4)](https://github.com/ricardoseriani "ricardoseriani (2 commits)")[![huesimon](https://avatars.githubusercontent.com/u/1985440?v=4)](https://github.com/huesimon "huesimon (1 commits)")[![donnykurnia](https://avatars.githubusercontent.com/u/95402?v=4)](https://github.com/donnykurnia "donnykurnia (1 commits)")[![selmo47](https://avatars.githubusercontent.com/u/9757603?v=4)](https://github.com/selmo47 "selmo47 (1 commits)")[![maitrepylos](https://avatars.githubusercontent.com/u/1299622?v=4)](https://github.com/maitrepylos "maitrepylos (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gabrieldutra18-laravel-firebird-50/health.svg)

```
[![Health](https://phpackages.com/badges/gabrieldutra18-laravel-firebird-50/health.svg)](https://phpackages.com/packages/gabrieldutra18-laravel-firebird-50)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[dyrynda/laravel-model-uuid

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

4802.8M8](/packages/dyrynda-laravel-model-uuid)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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