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

ActiveLibrary

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

Use Eloquent and QueryBuilder with a Firebird database 🔥

v0.1.1(4y ago)6220[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 today

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 22% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity16

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

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

[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)
