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

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

fesoft/laravel-firebird
=======================

A Firebird database package for the Laravel Framework

0117PHP

Since Jun 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fesoft/laravel-firebird)[ Packagist](https://packagist.org/packages/fesoft/laravel-firebird)[ RSS](/packages/fesoft-laravel-firebird/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (9)Used By (0)

laravel-firebird
================

[](#laravel-firebird)

To use this package:

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

[](#installation)

Install the Firebird PDO driver for PHP.

Mariuz's Blog has a very good step by step on this:

Install using composer:

```
composer require fesoft/laravel-firebird
```

Update the `app/config/app.php`, add the service provider:

```
Firebird\FirebirdServiceProvider::class
```

You can remove the original DatabaseServiceProvider, as the original connection factory has also been extended.

Declare your connection in the database config, using 'firebird' as the connecion type. Other keys that are needed:

```
'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.1',
],
```

And add to your .env

```
DB_CHARSET=UTF8

```

If necessary, change the UTF8 to any other charset

This package is still in it's infancy and I wouldn't yet recommend using it for large projects, or without backing up your database regularly.

Any comments or contributions are welcome.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9648452?v=4)[Fernando Couto](/maintainers/fesoft)[@fesoft](https://github.com/fesoft)

---

Top Contributors

[![fesoft](https://avatars.githubusercontent.com/u/9648452?v=4)](https://github.com/fesoft "fesoft (20 commits)")[![jacquestvanzuydam](https://avatars.githubusercontent.com/u/2675042?v=4)](https://github.com/jacquestvanzuydam "jacquestvanzuydam (9 commits)")[![mariuz](https://avatars.githubusercontent.com/u/18359?v=4)](https://github.com/mariuz "mariuz (2 commits)")[![ricardoseriani](https://avatars.githubusercontent.com/u/3369718?v=4)](https://github.com/ricardoseriani "ricardoseriani (2 commits)")[![donnykurnia](https://avatars.githubusercontent.com/u/95402?v=4)](https://github.com/donnykurnia "donnykurnia (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8441.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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