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

ActiveLibrary

miguelalejandroff/laramix
=========================

Informix Driver for Laravel

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

Since Jan 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/miguelalejandroff/laramix)[ Packagist](https://packagist.org/packages/miguelalejandroff/laramix)[ RSS](/packages/miguelalejandroff-laramix/feed)WikiDiscussions 1.0.0 Synced 1mo ago

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

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

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

`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: `^8.0`
- laravel/framework: `^6.0|^8.0`
- guzzlehttp/guzzle: `^6.0|^8.0`
- illuminate/support: `^6.0|^8.0`
- illuminate/database: `^6.0|^8.0`
- illuminate/pagination: `^6.0|^8.0`
- illuminate/encryption: `^6.0|^8.0`

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

[](#installation)

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

```
composer require miguelalejandroff/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 ...
     */
    Miguelalejandroff\Laravel\Ifx\InformixServiceProvider::class,
]
```

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

```
php artisan vendor:publish --provider="Miguelalejandroff\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=
```

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.6% 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 ~188 days

Total

4

Last Release

1383d ago

PHP version history (2 changes)v1.0.0PHP ^6.0|^7.0

1.0.0.x-devPHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe720be5bacf4f7d22c4db75ced5f1c70edf38f00753520bfc0aa4dde204183a?d=identicon)[miguelalejandroff](/maintainers/miguelalejandroff)

---

Top Contributors

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

---

Tags

laravellaravel 6laravel 7laravel-frameworkinformixifx

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

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

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8703.0M17](/packages/yajra-laravel-oci8)[api-platform/laravel

API Platform support for Laravel

59126.4k5](/packages/api-platform-laravel)[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)
