seguce92 / laravel-ifx
Informix DB driver for Laravel 5, 6, 7, 8, 9
Requires
- php: ^7.3|^8.0
- guzzlehttp/guzzle: *
- illuminate/database: *
- illuminate/encryption: *
- illuminate/pagination: *
- illuminate/support: *
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~0.9.4
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-29 06:19:47 UTC
README
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 Seguce92/laravel-ifx
as a requirement to composer.json:
{ "require": { "Seguce92/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:
Seguce92\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.