PHPackages                             archytech/laramix - 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. archytech/laramix

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

archytech/laramix
=================

Informix Driver for Laravel

v1.0.1(5y ago)036MITPHPPHP ^6.0|^7.0

Since Jan 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/archytech99/laramix)[ Packagist](https://packagist.org/packages/archytech/laramix)[ RSS](/packages/archytech-laramix/feed)WikiDiscussions 1.0.1 Synced 6d ago

READMEChangelog (2)Dependencies (9)Versions (4)Used By (0)

Informix Driver Package for Laravel
===================================

[](#informix-driver-package-for-laravel)

[![StyleCI](https://camo.githubusercontent.com/2782f1763ada6df310adf4d0159d4a1d64b24cbdc5e5ab0f33e37fcfeeea30cc/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3332373834343039322f736869656c643f6272616e63683d312e302e31)](https://github.styleci.io/repos/327844092?branch=1.0.1)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Downloads](https://camo.githubusercontent.com/df4689015c2ef4e8d4f7871914ee9dc4f0687a65c23cffdfefabec0c3c61a48f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6172636879746563682f6c6172616d6978)](https://packagist.org/packages/archytech/laramix)[![Packagist Downloads](https://camo.githubusercontent.com/d074c7da589a1d103dfd0d452366bea2f2b70828df0fb4ed3701741aa4c8dc70/68747470733a2f2f706f7365722e707567782e6f72672f6172636879746563682f6c6172616d69782f762f737461626c652e737667)](https://packagist.org/packages/archytech/laramix)

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

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

[](#requirements)

- php: `^7.2`
- laravel/framework: `^6.0|^7.0`
- guzzlehttp/guzzle: `^6.0|^7.0`
- illuminate/support: `^6.0|^7.0`
- illuminate/database: `^6.0|^7.0`
- illuminate/pagination: `^6.0|^7.0`
- illuminate/encryption: `^6.0|^7.0`

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

[](#installation)

Require this package in the `composer.json` of your laravel project. This will download the requirements package:

```
composer require archytech/laramix
```

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

```
'providers' => [
    /*
     * Package Service Providers ...
     */
    Archytech\Laravel\Ifx\InformixServiceProvider::class,
]
```

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

```
php artisan vendor:publish --provider="Archytech\Laravel\Ifx\InformixServiceProvider"
```

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

Configure .env files
--------------------

[](#configure-env-files)

Add this configuration to `.env` file in the root of your project:

```
## Informix ##
DB_CONNECTION=informix
DB_IFX_HOST=127.0.0.1
DB_IFX_SERVICE=9188
DB_IFX_DATABASE=laravel
DB_IFX_USERNAME=informix
DB_IFX_PASSWORD=
DB_IFX_SERVER=ol_informix07
DB_IFX_URI=
DB_IFX_TOKEN=

## Environment ##
INFORMIXDIR=/opt/IBM/informix
INFORMIXSERVER=ol_informix07
LD_LIBRARY_PATH=${INFORMIXDIR}/lib/:${INFORMIXDIR}/lib/cli:${INFORMIXDIR}/esql
PATH=${PATH}:${INFORMIXDIR}/bin:${INFORMIXDIR}/lib
```

Documentation and Usage
-----------------------

[](#documentation--and-usage)

Visit [Database: Getting Started](https://laravel.com/docs/7.x/database)

License
-------

[](#license)

Licensed under the [MIT License](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

1950d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34965467?v=4)[Arief BP](/maintainers/archytech99)[@archytech99](https://github.com/archytech99)

---

Top Contributors

[![archytech99](https://avatars.githubusercontent.com/u/34965467?v=4)](https://github.com/archytech99 "archytech99 (38 commits)")

---

Tags

ifxinformixlaravellaravel-ifxlaravel-informixlibrarylaravellaravel 6laravel 7laravel-frameworkinformixifx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/archytech-laramix/health.svg)

```
[![Health](https://phpackages.com/badges/archytech-laramix/health.svg)](https://phpackages.com/packages/archytech-laramix)
```

###  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)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[mehdi-fathi/eloquent-filter

Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.

450191.6k1](/packages/mehdi-fathi-eloquent-filter)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

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