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

AbandonedArchivedLibrary

sferar/laravel-firebird
=======================

A Firebird database package for the Laravel Framework

v1.7.0(5y ago)1258MITPHPPHP ^7.3.0

Since Sep 19Pushed 4y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (5)Versions (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 rsfera/laravel-firebird

```

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

```
'Firebird\FirebirdServiceProvider'.

```

For Laravel 6.0 and later:

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

```

And add to your .env

```
DB_CHARSET=UTF8

```

If necessary, change the UTF8 to any other charset

This package is a branch jacquestvanzuydam/laravel-firebird package and extends its functionality. Tested on Laravel-6.0.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.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 ~88 days

Recently: every ~37 days

Total

7

Last Release

1896d ago

PHP version history (3 changes)1.1.0PHP ^7.1.3

v1.2.0PHP ^7.2.5

v1.7.0PHP ^7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cf6e47c17460c7cfe02e93cf444f75cb7862476b73bb7a9de961628d1b7ea72?d=identicon)[rsfera](/maintainers/rsfera)

---

Top Contributors

[![sim1984](https://avatars.githubusercontent.com/u/19909652?v=4)](https://github.com/sim1984 "sim1984 (32 commits)")[![jacquestvanzuydam](https://avatars.githubusercontent.com/u/2675042?v=4)](https://github.com/jacquestvanzuydam "jacquestvanzuydam (9 commits)")[![TwIsL](https://avatars.githubusercontent.com/u/29510034?v=4)](https://github.com/TwIsL "TwIsL (8 commits)")[![sferar](https://avatars.githubusercontent.com/u/45098245?v=4)](https://github.com/sferar "sferar (3 commits)")[![ricardoseriani](https://avatars.githubusercontent.com/u/3369718?v=4)](https://github.com/ricardoseriani "ricardoseriani (2 commits)")[![vyustus](https://avatars.githubusercontent.com/u/45099488?v=4)](https://github.com/vyustus "vyustus (1 commits)")[![douglasresendemaciel](https://avatars.githubusercontent.com/u/11336192?v=4)](https://github.com/douglasresendemaciel "douglasresendemaciel (1 commits)")[![fesoft](https://avatars.githubusercontent.com/u/9648452?v=4)](https://github.com/fesoft "fesoft (1 commits)")[![mariuz](https://avatars.githubusercontent.com/u/18359?v=4)](https://github.com/mariuz "mariuz (1 commits)")[![donnykurnia](https://avatars.githubusercontent.com/u/95402?v=4)](https://github.com/donnykurnia "donnykurnia (1 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/sferar-laravel-firebird/health.svg)](https://phpackages.com/packages/sferar-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)
