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

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

boliveirasilva/laravel-firebird
===============================

A Firebird database package for the Laravel 5.4 Framework

v1.0.0(4y ago)06MITPHPPHP &gt;=5.6.4

Since Jun 19Pushed 4y agoCompare

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

READMEChangelogDependencies (7)Versions (6)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:

For Laravel 5.4 support use:

```
composer require boliveirasilva/laravel-firebird
```

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

```
'Firebird\FirebirdServiceProvider'.
```

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

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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1551d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4013511?v=4)[Bruno Oliveira](/maintainers/boliveirasilva)[@boliveirasilva](https://github.com/boliveirasilva)

---

Top Contributors

[![boliveirasilva](https://avatars.githubusercontent.com/u/4013511?v=4)](https://github.com/boliveirasilva "boliveirasilva (16 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 (10 commits)")[![mariuz](https://avatars.githubusercontent.com/u/18359?v=4)](https://github.com/mariuz "mariuz (4 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)")[![clezioalves](https://avatars.githubusercontent.com/u/1179268?v=4)](https://github.com/clezioalves "clezioalves (1 commits)")[![maitrepylos](https://avatars.githubusercontent.com/u/1299622?v=4)](https://github.com/maitrepylos "maitrepylos (1 commits)")[![selmo47](https://avatars.githubusercontent.com/u/9757603?v=4)](https://github.com/selmo47 "selmo47 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/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.2M203](/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)
