Download the PHP package andersonav/firebird-connector without Composer
On this page you can find all versions of the php package andersonav/firebird-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andersonav/firebird-connector
More information about andersonav/firebird-connector
Files in andersonav/firebird-connector
Package firebird-connector
Short Description Firebird database driver for the Laravel Framework
License MIT
Informations about the package firebird-connector
Firebird for Laravel
This package adds support for the Firebird PDO Database Driver in Laravel applications.
Version Support
- PHP: 7.4, 8.0, 8.1, 8.2
- Laravel: 8.x, 9.x, 10.x
- Firebird: 2.5, 3.0, 4.0
Installation
You can install the package via composer:
The package will automatically register itself.
Declare the connection within your config/database.php
file by using firebird
as the
driver:
To register this package in Lumen, you'll also need to add the following line to the service providers in your config/app.php
file:
$app->register(\AndersonAv\Firebird\FirebirdServiceProvider::class);
Limitations
This package does not intend to support database migrations and it should not be used for this use case.
Credits
License
Licensed under the MIT license.
All versions of firebird-connector with dependencies
illuminate/support Version ^8.65|^9.33|^10.0|^11.0
illuminate/container Version ^8.65|^9.33|^10.0|^11.0
illuminate/database Version ^8.65|^9.33|^10.0|^11.0
illuminate/events Version ^8.65|^9.33|^10.0|^11.0