Download the PHP package jturazzi/laravel-database-informix without Composer
On this page you can find all versions of the php package jturazzi/laravel-database-informix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jturazzi/laravel-database-informix
More information about jturazzi/laravel-database-informix
Files in jturazzi/laravel-database-informix
Package laravel-database-informix
Short Description Informix Database driver for Laravel 10 11
License MIT
Informations about the package laravel-database-informix
Laravel Database Informix is a Laravel Framework package designed to seamlessly integrate with the Informix Database Driver. It extends Illuminate/Database and works smoothly with the latest versions of Laravel. Tested on Laravel 10 and 11.
This work is inspired by the repository: https://github.com/llaiajiale/laravel-ifx
Prerequisites
Before installing this package, make sure you have the Informix SDK installed on your system. The Informix SDK is required for communication with the Informix database. You can download the SDK from the official IBM website.
Additionally, you'll need to ensure that the PDO Informix extension is compiled and installed in your PHP environment. This extension provides the necessary functionality for PHP to communicate with Informix databases. You can find more information about the PDO Informix extension here.
For simplified installation of the Informix SDK and PDO extension, check out the scripts available in this repository.
Installation
To include Laravel-database-informix in your project, run the following command:
After Composer has finished installing the package, you'll need to register Informix DB.
For Laravel 10 and earlier versions:
Go to config/app.php, find the providers packages array, and add:
For Laravel 11 and newer versions:
Go to bootstrap/providers.php and add:
Finally, publish the configuration file with the following Artisan command:
This command will duplicate the configuration file into config/informix.php.
Configure the Informix database connection details in this file.
Contribution
We welcome community contributions. Fork, make changes, submit a pull request.
License
This project is licensed under the MIT License.
All versions of laravel-database-informix with dependencies
illuminate/database Version 10.*|11.*|12.*
illuminate/encryption Version 10.*|11.*|12.*
illuminate/pagination Version 10.*|11.*|12.*
illuminate/support Version 10.*|11.*|12.*
php Version ^8.1