PHPackages                             edgardmessias/yii2-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. [Framework](/categories/framework)
4. /
5. edgardmessias/yii2-informix

ActiveYii2-extension[Framework](/categories/framework)

edgardmessias/yii2-informix
===========================

Informix Driver for Yii2 Framework.

1.1.1(10y ago)55894[1 issues](https://github.com/edgardmessias/yii2-informix/issues)BSD-3-ClausePHP

Since Oct 21Pushed 1y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Informix Extension for Yii 2 (yii2-informix)
============================================

[](#informix-extension-for-yii-2-yii2-informix)

[![Latest Stable Version](https://camo.githubusercontent.com/b3586e98e1cf4f9d37193dd3668980428a92260ad36c1dd215a80157e00d88cc/68747470733a2f2f706f7365722e707567782e6f72672f6564676172646d6573736961732f796969322d696e666f726d69782f762f737461626c65)](https://packagist.org/packages/edgardmessias/yii2-informix)[![Total Downloads](https://camo.githubusercontent.com/973b359481a8ccd3ad4b61fc79c5693c5427463eb44dbe3995b9dbe29bb043f8/68747470733a2f2f706f7365722e707567782e6f72672f6564676172646d6573736961732f796969322d696e666f726d69782f646f776e6c6f616473)](https://packagist.org/packages/edgardmessias/yii2-informix)[![Latest Unstable Version](https://camo.githubusercontent.com/452894143f9ab4dfd752eedb3cb9e792f2d343b291acb4d99c3764f5304d7693/68747470733a2f2f706f7365722e707567782e6f72672f6564676172646d6573736961732f796969322d696e666f726d69782f762f756e737461626c65)](https://packagist.org/packages/edgardmessias/yii2-informix)[![License](https://camo.githubusercontent.com/5c23e9efbb936481f22732a6a279298e9857d839ab09e7d4c648ef20e8078d78/68747470733a2f2f706f7365722e707567782e6f72672f6564676172646d6573736961732f796969322d696e666f726d69782f6c6963656e7365)](https://packagist.org/packages/edgardmessias/yii2-informix)

This extension adds [Informix](https://www-01.ibm.com/software/data/informix/) database engine extension for the [Yii framework 2.0](http://www.yiiframework.com).

[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)[![Build Status](https://camo.githubusercontent.com/002968437a0b432e9e07e295843ce7b417f1f1671db9872b3a414599b55d8938/68747470733a2f2f7472617669732d63692e6f72672f6564676172646d6573736961732f796969322d696e666f726d69782e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/edgardmessias/yii2-informix)[![Total Downloads](https://camo.githubusercontent.com/bad4f47b058731b8c1cbccd505dc90f1416d31f5a3e7d5934f1c75b3a55f07e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6564676172646d6573736961732f796969322d696e666f726d69782e737667)](https://packagist.org/packages/edgardmessias/yii2-informix)[![Dependency Status](https://camo.githubusercontent.com/f3ba991b34976a20e542f35487372b1480694ef7db5fb5e58343623f7f6116be/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6564676172646d6573736961733a796969322d696e666f726d69782f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/edgardmessias:yii2-informix/dev-master)[![Reference Status](https://camo.githubusercontent.com/1f2d91b939118004687642413f4873822aa685c97e3b3484ba65a58815c2dc6d/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6564676172646d6573736961733a796969322d696e666f726d69782f7265666572656e63655f62616467652e737667)](https://www.versioneye.com/php/edgardmessias:yii2-informix/references)

Requirements
------------

[](#requirements)

- Informix Client SDK installed
- PHP module pdo\_informix
- Informix Database Server 11.50 or greater

Unsupported
-----------

[](#unsupported)

- Enable/Disable checkIntegrity (Bug with PHP)

Functions not supported by the Informix database:

- `INSERT`, `UPDATE`, `DELETE` with `READ UNCOMMITTED` transaction
- Batch Insert with `TEXT`, `BLOB` or `CLOB` data type

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist "edgardmessias/yii2-informix:*"
```

or add

```
"edgardmessias/yii2-informix": "*"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        'db' => [
            'class'    => 'edgardmessias\db\informix\Connection',
            'dsn'      => 'informix:host=127.0.0.1;service=9088;database=test;server=dev;protocol=onsoctcp;CLIENT_LOCALE=en_US.utf8;DB_LOCALE=en_US.utf8;EnableScrollableCursors=1',
            'username' => 'username',
            'password' => 'password',
        ],
    ],
];
```

To use CamelCase column names or aliases, enable the DELIMIDENT:

Example:

```
    //....
    'db' => [
        'class'    => 'edgardmessias\db\informix\Connection',
        'dsn'      => 'informix:host=127.0.0.1;service=9088;database=test;server=dev;protocol=onsoctcp;CLIENT_LOCALE=en_US.utf8;DB_LOCALE=en_US.utf8;EnableScrollableCursors=1;DELIMIDENT=y',
        'username' => 'username',
        'password' => 'password',
    ],
```

Or:

```
    //....
    'db' => [
        'class'        => 'edgardmessias\db\informix\Connection',
        'dsn'          => 'informix:DSN_NAME', //WITH DELIMIDENT ENABLED
        'isDelimident' => true,
        'username'     => 'username',
        'password'     => 'password',
    ],
```

Donations
---------

[](#donations)

- Donation is as per your goodwill to support my development.
- If you are interested in my future developments, i would really appreciate a small donation to support this project.

```
My Monero Wallet Address (XMR)
429VTmDsAw4aKgibxkk4PzZbxzj8txYtq5XrKHc28pXsUtMDWniL749WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm41bmrwQ
```

```
My Bitcoin Wallet Address (BTC)
38hcARGVzgYrcdYPkXxBXKTqScdixvFhZ4
```

```
My Ethereum Wallet Address (ETH)
0xdb77aa3d0e496c73a0dac816ac33ea389cf54681
```

Another Cryptocurrency:

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 98.1% 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 ~98 days

Total

3

Last Release

3666d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d5db69e2d3ad5f80bfba07b32c1c9413c58712402359972167a4367bde2f49e?d=identicon)[edgardmessias](/maintainers/edgardmessias)

---

Top Contributors

[![edgardmessias](https://avatars.githubusercontent.com/u/1530997?v=4)](https://github.com/edgardmessias "edgardmessias (105 commits)")[![Aevis](https://avatars.githubusercontent.com/u/446547?v=4)](https://github.com/Aevis "Aevis (1 commits)")[![rodrigoromerochavez](https://avatars.githubusercontent.com/u/9036364?v=4)](https://github.com/rodrigoromerochavez "rodrigoromerochavez (1 commits)")

---

Tags

yii2extensionactiverecordinformix

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/edgardmessias-yii2-informix/health.svg)

```
[![Health](https://phpackages.com/badges/edgardmessias-yii2-informix/health.svg)](https://phpackages.com/packages/edgardmessias-yii2-informix)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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