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

Abandoned → [harrygulliford/laravel-firebird](/?search=harrygulliford%2Flaravel-firebird)ArchivedLibrary[Database &amp; ORM](/categories/database)

pe46dro/laravel-firebird
========================

Firebird database driver for the Laravel Framework

8.0.1(5y ago)065MITPHPPHP ^7.3|^8.0

Since Mar 26Pushed 5y agoCompare

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

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

Firebird for Laravel
====================

[](#firebird-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/fc6606068929e64e0a8d026e15d1fde2d0d3eed030ead35f513f798d88417428/68747470733a2f2f706f7365722e707567782e6f72672f686172727967756c6c69666f72642f6c61726176656c2d66697265626972642f762f737461626c65)](https://packagist.org/packages/harrygulliford/laravel-firebird)[![Total Downloads](https://camo.githubusercontent.com/738cf074ec5225ce42951d8d9ccffd26be77248fd7b02454b796efeae34f95a0/68747470733a2f2f706f7365722e707567782e6f72672f686172727967756c6c69666f72642f6c61726176656c2d66697265626972642f646f776e6c6f616473)](https://packagist.org/packages/harrygulliford/laravel-firebird)[![License](https://camo.githubusercontent.com/399ea394f7721f26cda9159bde33d3fdc6885235cc93cdb530ce409d80b7698e/68747470733a2f2f706f7365722e707567782e6f72672f686172727967756c6c69666f72642f6c61726176656c2d66697265626972642f6c6963656e7365)](https://packagist.org/packages/harrygulliford/laravel-firebird)

This package adds support for the Firebird PDO driver in Laravel applications. Support for Laravel 7 with PHP 7.2.5+ and Firebird 2.5

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

[](#installation)

You can install the package via composer:

```
composer require pe46dro/laravel-firebird
```

*The package will automatically register itself.*

Declare the connection within your `config/database.php` file, using `firebird` as the driver:

```
'connections' => [

    'firebird' => [
        'driver'   => 'firebird',
        'host'     => env('DB_HOST', 'localhost'),
        'database' => env('DB_DATABASE', '/path_to/database.fdb'),
        'username' => env('DB_USERNAME', 'sysdba'),
        'password' => env('DB_PASSWORD', 'masterkey'),
        'charset'  => env('DB_CHARSET', 'UTF8'),
        'role'     => null,
    ],

],
```

Credits
-------

[](#credits)

This package was originally forked from [harrygulliford/laravel-firebird](https://github.com/harrygulliford/laravel-firebird).

License
-------

[](#license)

Licensed under the [MIT](https://choosealicense.com/licenses/mit/) licence.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

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

Every ~181 days

Total

3

Last Release

1876d ago

Major Versions

v7.0.0 → 8.0.02020-11-09

PHP version history (3 changes)v7.0.0PHP &gt;=7.2.5

8.0.0PHP &gt;=7.3

8.0.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6197075?v=4)[Pietro Marangon](/maintainers/Pe46dro)[@Pe46dro](https://github.com/Pe46dro)

---

Top Contributors

[![harrygulliford](https://avatars.githubusercontent.com/u/5051286?v=4)](https://github.com/harrygulliford "harrygulliford (34 commits)")[![fesoft](https://avatars.githubusercontent.com/u/9648452?v=4)](https://github.com/fesoft "fesoft (12 commits)")[![Pe46dro](https://avatars.githubusercontent.com/u/6197075?v=4)](https://github.com/Pe46dro "Pe46dro (9 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 (3 commits)")[![ricardoseriani](https://avatars.githubusercontent.com/u/3369718?v=4)](https://github.com/ricardoseriani "ricardoseriani (2 commits)")[![selmo47](https://avatars.githubusercontent.com/u/9757603?v=4)](https://github.com/selmo47 "selmo47 (1 commits)")[![maitrepylos](https://avatars.githubusercontent.com/u/1299622?v=4)](https://github.com/maitrepylos "maitrepylos (1 commits)")[![donnykurnia](https://avatars.githubusercontent.com/u/95402?v=4)](https://github.com/donnykurnia "donnykurnia (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[cybercog/laravel-ban

Laravel Ban simplify blocking and banning Eloquent models.

1.1k651.8k11](/packages/cybercog-laravel-ban)[pdphilip/elasticsearch

An Elasticsearch implementation of Laravel's Eloquent ORM

145360.2k4](/packages/pdphilip-elasticsearch)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)

PHPackages © 2026

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