Download the PHP package onezerotrash/laravel-firebird without Composer
On this page you can find all versions of the php package onezerotrash/laravel-firebird. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onezerotrash/laravel-firebird
More information about onezerotrash/laravel-firebird
Files in onezerotrash/laravel-firebird
Package laravel-firebird
Short Description Firebird database driver for the Laravel Framework
License MIT
Informations about the package laravel-firebird
Firebird for Laravel 8.x, 9.x, 10.x
This package adds support for the Firebird PDO Database Driver in Laravel applications. Package is a fork from harrygulliford/laravel-firebird and adds support for dialect 1.
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
- Firebird Dialect: 1, 3
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 (use PDO::ATTR_CASE => PDO::CASE_LOWER
):
Add the DB_FIREBIRD_*
environment variables to your .env
file, for example:
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(\onezerotrash\Firebird\FirebirdServiceProvider::class);
Limitations
This package does not intend to support database migrations and it should not be used for this use case.
License
Licensed under the MIT license.
All versions of laravel-firebird with dependencies
illuminate/support Version ^8.65|^9.0|^10.0
illuminate/container Version ^8.65|^9.0|^10.0
illuminate/database Version ^8.65|^9.0|^10.0
illuminate/events Version ^8.65|^9.0|^10.0