PHPackages                             mkrohn/laravel-odbc-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. mkrohn/laravel-odbc-informix

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

mkrohn/laravel-odbc-informix
============================

ODBC informix specific integration for Laravel framework.

v2.4(3y ago)42.5k—0%1[2 issues](https://github.com/mkrohn/laravel-odbc-informix/issues)MITPHPPHP ^5.3.3 || &gt;=7.0

Since Oct 22Pushed 3y agoCompare

[ Source](https://github.com/mkrohn/laravel-odbc-informix)[ Packagist](https://packagist.org/packages/mkrohn/laravel-odbc-informix)[ Docs](https://github.com/mkrohn/laravel-odbc-informix)[ Fund](https://paypal.me/habitech)[ RSS](/packages/mkrohn-laravel-odbc-informix/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

ODBC integration for Laravel Framework using IBM Informix Database
------------------------------------------------------------------

[](#odbc-integration-for-laravel-framework-using-ibm-informix-database)

This integration allows the use of **odbc\_\*** php function with Laravel framework instead of PDO.
It emulates PDO class used by Laravel.
This is a fork of the project abram/laravel-odbc, but customized for informix.

### \# How to install

[](#-how-to-install)

> `composer require mkrohn/laravel-odbc-informix` To add source in your project

### \# Usage Instructions

[](#-usage-instructions)

It's very simple to configure:

**1) Add database to database.php file**

```
'odbc-connection-name' => [
    'driver' => 'odbc',
    'dsn' => 'OdbcConnectionName',
    'database' => 'DatabaseName',
    'odbc' => true,
    'host' => '127.0.0.1',
    'username' => 'username',
    'password' => 'password'
    'options' => [
        'processor' => Mkrohn\Odbc\Informix\Query\Processors\InformixProcessor::class,
        'grammar' => [
            'query' => Mkrohn\Odbc\Informix\Query\Grammars\InformixGrammar::class,
            'schema' => Mkrohn\Odbc\Informix\Schema\Grammars\InformixGrammar::class
        ]
    ]
]
```

### \# Eloquent ORM

[](#-eloquent-orm)

You can use Laravel, Eloquent ORM and other Illuminate's components as usual.

```
# Facade
$books = DB::connection('odbc-connection-name')->table('books')->where...;

# ORM
$books = Book::where...->get();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~157 days

Total

12

Last Release

1384d ago

Major Versions

v1.4.2 → v2.02020-10-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5073382?v=4)[Martin Krohn](/maintainers/mkrohn)[@mkrohn](https://github.com/mkrohn)

---

Top Contributors

[![mkrohn](https://avatars.githubusercontent.com/u/5073382?v=4)](https://github.com/mkrohn "mkrohn (7 commits)")

### Embed Badge

![Health badge](/badges/mkrohn-laravel-odbc-informix/health.svg)

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

###  Alternatives

[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[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)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[aglipanci/laravel-eloquent-case

Adds CASE statement support to Laravel Query Builder.

115157.2k](/packages/aglipanci-laravel-eloquent-case)

PHPackages © 2026

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