llaiajiale / laravel-ifx by llaiajiale

Informix DB driver for Laravel 5
359
3
3
Package Data
Maintainer Username: llaiajiale
Maintainer Contact: 872833541@qq.com (llaiayumi)
Package Create Date: 2017-08-02
Package Last Update: 2019-11-15
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:08:48
Package Statistics
Total Downloads: 359
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 3
Total Forks: 32
Total Open Issues: 6

Laravel Informix Database Package

Laravel-ifx is an Informix Database Driver package for Laravel Framework - thanks @taylorotwell. Laravel-ifx is an extension of Illuminate/Database that uses either the PDO extension wrapped into the PDO namespace.

Please report any bugs you may find.

Installation

Add poyii/laravel-ifx as a requirement to composer.json:

{
    "require": {
        "poyii/laravel-ifx": "1.0.0"
    }
}

And then run composer update

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

Poyii\Informix\InformixDBServiceProvider::class,

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

$ php artisan vendor:publish

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

License

Licensed under the MIT License.