PHPackages                             seguce92/laravel-ifx - 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. seguce92/laravel-ifx

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

seguce92/laravel-ifx
====================

Informix DB driver for Laravel 5, 6, 7, 8, 9

1.2.1(3y ago)0182MITPHPPHP ^7.3|^8.0

Since Jan 20Pushed 3y agoCompare

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

READMEChangelogDependencies (9)Versions (3)Used By (0)

Laravel Informix Database Package
---------------------------------

[](#laravel-informix-database-package)

Laravel-ifx is an Informix Database Driver package for [Laravel Framework](http://laravel.com/) - thanks @taylorotwell. Laravel-ifx is an extension of [Illuminate/Database](https://github.com/illuminate/database) that uses either the PDO extension wrapped into the PDO namespace.

**Please report any bugs you may find.**

- [Installation](#installation)
- [License](#license)

### Installation

[](#installation)

Add `Seguce92/laravel-ifx` as a requirement to composer.json:

```
{
    "require": {
        "Seguce92/laravel-ifx": "1.0.0"
    }
}
```

And then run `composer update`

Once Composer has installed or updated your packages you need to register Informix DB. Open up `config/app.php` and find the `providers` key and add:

```
Seguce92\Informix\InformixDBServiceProvider::class,
```

Finally you need to publish a configuration file by running the following Artisan command.

```
$ php artisan vendor:publish

```

This will copy the configuration file to config/informix.php

### License

[](#license)

Licensed under the [MIT License](http://cheeaun.mit-license.org/).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Every ~10 days

Total

2

Last Release

1198d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7014932?v=4)[Sergio G. Cruz Espinoza](/maintainers/seguce92)[@seguce92](https://github.com/seguce92)

---

Top Contributors

[![llaiajiale](https://avatars.githubusercontent.com/u/30644530?v=4)](https://github.com/llaiajiale "llaiajiale (17 commits)")

---

Tags

laravellaravel 6laravel 7laravel 8laravel 9laravel 5informixifx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/seguce92-laravel-ifx/health.svg)

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

###  Alternatives

[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8703.0M17](/packages/yajra-laravel-oci8)[itsmurumba/laravel-mpesa

Laravel Package for Mpesa Daraja API

191.6k](/packages/itsmurumba-laravel-mpesa)

PHPackages © 2026

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