netflex / dbal
Netflex Database abstraction layer
Requires
- php: ^8.1
- ext-pdo_sqlite: *
- doctrine/dbal: ^3.0
- illuminate/database: ^10.0
- illuminate/support: ^10.0
- netflex/api: ^4.0
- netflex/query-builder: ^4.0
Requires (Dev)
- phpstan/phpstan: ^1.0
This package is auto-updated.
Last update: 2024-10-27 10:58:10 UTC
README
This package provides the database abstraction layer for the Netflex database driver.
Installation
This package supports PHP 7.4 through 8.2. Usually you should let composer determine which version to install, but if you want to force a specific version, you can do so by specifying the version constraint in your composer.json file.
For PHP ^8.0:
composer require netflex/dbal:^2.0
For PHP ^7.4:
composer require netflex/dbal:^1.0
About
Its used internally by the Netflex Database driver for Laravel. The only reason for this package to exist is to allow Netflex Databasedriver to be installable on both PHP 7.4 and PHP ^8.0.
This package provides a virtual PDO driver that can be used to connect to Netflex databases.
The reason for having two versions of the driver is that the internal interfaces of PDO and PDOStatement changed between PHP 7.4 and PHP 8.0.
Once we drop support for PHP 7.4, this package will be merged into the main Netflex database driver codebase.
License
The MIT License (MIT). Please see License File for more information.
Copyright © 2023 Apility AS