PHPackages                             abulhanifah/zahir-database - 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. abulhanifah/zahir-database

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

abulhanifah/zahir-database
==========================

A hacking database service provider for laravel

06PHP

Since Oct 11Pushed 7y agoCompare

[ Source](https://github.com/abulhanifah/zahir-database)[ Packagist](https://packagist.org/packages/abulhanifah/zahir-database)[ RSS](/packages/abulhanifah-zahir-database/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

zahir-database
==============

[](#zahir-database)

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 zahir-database

```
composer require abulhanifah/zahir-database
```

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

```
'ZahirDB\zahirServiceProvider'.
```

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

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44015803?v=4)[abulhanifah](/maintainers/abulhanifah)[@abulhanifah](https://github.com/abulhanifah)

---

Top Contributors

[![abulhanifah](https://avatars.githubusercontent.com/u/44015803?v=4)](https://github.com/abulhanifah "abulhanifah (7 commits)")

### Embed Badge

![Health badge](/badges/abulhanifah-zahir-database/health.svg)

```
[![Health](https://phpackages.com/badges/abulhanifah-zahir-database/health.svg)](https://phpackages.com/packages/abulhanifah-zahir-database)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

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

8351.6M88](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

3220.0k](/packages/voku-session2db)

PHPackages © 2026

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