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

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

ejetar/laravel-firebird
=======================

Use Eloquent and QueryBuilder with a Firebird database 🔥

v0.1.1(4y ago)6223[1 issues](https://github.com/ejetar/laravel-firebird/issues)MITPHPPHP &gt;=7.1

Since Feb 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ejetar/laravel-firebird)[ Packagist](https://packagist.org/packages/ejetar/laravel-firebird)[ RSS](/packages/ejetar-laravel-firebird/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Laravel Firebird
================

[](#laravel-firebird)

[![GitHub last commit](https://camo.githubusercontent.com/733dc7db4ac647c1a2c867b56a7b842f3a3e3ab09bb0a628349ef48a3a17e344/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f656a657461722f6c61726176656c2d6669726562697264)](https://camo.githubusercontent.com/733dc7db4ac647c1a2c867b56a7b842f3a3e3ab09bb0a628349ef48a3a17e344/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f656a657461722f6c61726176656c2d6669726562697264)[![GitHub release (latest by date)](https://camo.githubusercontent.com/95f7aab590293d7daf602c5e557b2290bc73539d9c5a2da92c2082f4275c7ecf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f656a657461722f6c61726176656c2d6669726562697264)](https://camo.githubusercontent.com/95f7aab590293d7daf602c5e557b2290bc73539d9c5a2da92c2082f4275c7ecf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f656a657461722f6c61726176656c2d6669726562697264)[![GitHub](https://camo.githubusercontent.com/08615432a4d81fd0aa41ddfc0918570cfa3d79ba28954e5ded561e02a28d60d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656a657461722f6c61726176656c2d6669726562697264)](https://camo.githubusercontent.com/08615432a4d81fd0aa41ddfc0918570cfa3d79ba28954e5ded561e02a28d60d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656a657461722f6c61726176656c2d6669726562697264)

- [About](#about)
- [Compability](#compability)
- [Installation](#installation)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

About
-----

[](#about)

With this package you can use Eloquent and QueryBuilder with a Firebird database. 🔥

Compability
-----------

[](#compability)

Support for Laravel 5.5 to 8.x with PHP 7.1+ and Firebird 1.5, 2.5, 3.0.

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

[](#installation)

1. Install/enable the Firebird PDO driver for PHP (`pdo_firebird`);
2. Install the package with composer:

```
composer require ejetar/laravel-firebird
```

3. As of Laravel 5.5, it is not necessary to inform service providers in `config/app.php`. But if you want to inform, enter the file `config/app.php` and include the class below in the section `providers`:

```
Ejetar\LaravelFirebird\FirebirdServiceProvider::class
```

4. Declare your connection in section `connections` in file `config/database.php`, using firebird driver:

```
'firebird' => [
    'driver'         => 'firebird',
    'host'           => env('DB_HOST', 'localhost'),
    'database'       => env('DB_DATABASE','/storage/firebird/APPLICATION.FDB'),
    'username'       => env('DB_USERNAME', 'sysdba'),
    'password'       => env('DB_PASSWORD', 'masterkey'),
    'charset'        => env('DB_CHARSET', 'UTF8'),
    'role'           => 'RDB$ADMIN',
    //'engine_version' => '3.0', //it will be discovered automatically
]
```

If you do not enter `engine_version`, it will be discovered automatically.

Changelog
---------

[](#changelog)

Nothing for now...

Contributing
------------

[](#contributing)

Contribute to this wonderful project, it will be a pleasure to have you with us. Let's help the free software community. You are invited to incorporate new features, make corrections, report bugs, and any other form of support. Don't forget to star in this repository! 😀

Credits
-------

[](#credits)

This package was based on the repository [marcha/laravel-firebird](https://github.com/marcha/laravel-firebird) and its predecessors, forked and extended:

- [sim1984/laravel-firebird](https://github.com/sim1984/laravel-firebird)
- [jacquestvanzuydam/laravel-firebird](https://github.com/jacquestvanzuydam/laravel-firebird)
- [KKSzymanowski/laravel-6-firebird](https://github.com/KKSzymanowski/laravel-6-firebird)
- [harrygulliford/laravel-firebird](https://github.com/harrygulliford/laravel-firebird)

License
-------

[](#license)

This library is a open-source software licensed under the MIT license.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~443 days

Total

2

Last Release

1515d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/781358602863d7536e95494388bda4d9f53175fdf5029d9db7b45d4eabef10e9?d=identicon)[ejetar](/maintainers/ejetar)

---

Top Contributors

[![ggirardi1](https://avatars.githubusercontent.com/u/2306117?v=4)](https://github.com/ggirardi1 "ggirardi1 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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.2M194](/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)
