PHPackages                             jturazzi/laravel-database-informix - 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. jturazzi/laravel-database-informix

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

jturazzi/laravel-database-informix
==================================

Informix Database driver for Laravel

1.1.0(1y ago)22.8k↓67.4%3[1 issues](https://github.com/jturazzi/laravel-database-informix/issues)MITPHPPHP ^8.1CI passing

Since Mar 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jturazzi/laravel-database-informix)[ Packagist](https://packagist.org/packages/jturazzi/laravel-database-informix)[ RSS](/packages/jturazzi-laravel-database-informix/feed)WikiDiscussions main Synced 3d ago

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

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)

[![Total Downloads](https://camo.githubusercontent.com/4c7faef90fb943de68f559619e633cdba6e2d260821df4df99795a2c8eb45ad8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a747572617a7a692f6c61726176656c2d64617461626173652d696e666f726d6978)](https://packagist.org/packages/jturazzi/laravel-database-informix)[![Latest Stable Version](https://camo.githubusercontent.com/d95efaaa7012f4d30f0cd6d861b3d4b0963bc058a421af39550e52cb522d9c23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a747572617a7a692f6c61726176656c2d64617461626173652d696e666f726d6978)](https://packagist.org/packages/jturazzi/laravel-database-informix)[![License](https://camo.githubusercontent.com/eb36e801d118599c0d67e4335ef0f0c3defcf95d89ac22bbec8e84bf92e8f280/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a747572617a7a692f6c61726176656c2d64617461626173652d696e666f726d6978)](https://packagist.org/packages/jturazzi/laravel-database-informix)

### Laravel Database Informix is a Laravel Framework package designed to seamlessly integrate with the Informix Database Driver. It extends Illuminate/Database and works smoothly with the latest versions of Laravel. Tested on Laravel 10 11 12.

[](#laravel-database-informix-is-a-laravel-framework-package-designed-to-seamlessly-integrate-with-the-informix-database-driver-it-extends-illuminatedatabase-and-works-smoothly-with-the-latest-versions-of-laravel-tested-on-laravel-10-11-12)

This work is inspired by the repository:

Starting April 2025, I will no longer provide maintenance or updates for this repository, as I am no longer working with Informix and Laravel. However, pull requests are still welcome and will be reviewed.

Thank you for your understanding.

Prerequisites
-------------

[](#prerequisites)

Before installing this package, make sure you have the Informix SDK installed on your system. The Informix SDK is required for communication with the Informix database. You can download the SDK from the official IBM website.

Additionally, you'll need to ensure that the PDO Informix extension is compiled and installed in your PHP environment. This extension provides the necessary functionality for PHP to communicate with Informix databases. You can find more information about the PDO Informix extension [here](https://pecl.php.net/package/PDO_INFORMIX).

For simplified installation of the Informix SDK and PDO extension, check out the scripts available in [this repository](https://github.com/jturazzi/informix-toolbox).

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

[](#installation)

To include Laravel-database-informix in your project, run the following command:

```
composer require jturazzi/laravel-database-informix
```

After Composer has finished installing the package, you'll need to register Informix DB.

### For Laravel 10 and earlier versions:

[](#for-laravel-10-and-earlier-versions)

Go to config/app.php, find the providers packages array, and add:

```
/*
* Package Service Providers...
*/
jturazzi\Informix\InformixDBServiceProvider::class,
```

### For Laravel 11 and newer versions:

[](#for-laravel-11-and-newer-versions)

Go to bootstrap/providers.php and add:

```
return [
    App\Providers\AppServiceProvider::class,
    jturazzi\Informix\InformixDBServiceProvider::class,
];
```

Finally, publish the configuration file with the following Artisan command:

```
php artisan vendor:publish
```

This command will duplicate the configuration file into config/informix.php.

Configure the Informix database connection details in this file.

Contribution
------------

[](#contribution)

We welcome community contributions. Fork, make changes, submit a pull request.

License
-------

[](#license)

This project is licensed under the [MIT](LICENSE) License.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

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 ~362 days

Total

2

Last Release

478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b19622a07446cfa6f6c988777530beee75e6797007f050478de07113adfd26f?d=identicon)[jturazzi](/maintainers/jturazzi)

---

Top Contributors

[![jturazzi](https://avatars.githubusercontent.com/u/25102267?v=4)](https://github.com/jturazzi "jturazzi (16 commits)")

---

Tags

informixlaravellaravel10laravel11laravel12pdophp

### Embed Badge

![Health badge](/badges/jturazzi-laravel-database-informix/health.svg)

```
[![Health](https://phpackages.com/badges/jturazzi-laravel-database-informix/health.svg)](https://phpackages.com/packages/jturazzi-laravel-database-informix)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[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)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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