netflex/dbal

Netflex Database abstraction layer

v3.0.0 2023-09-27 08:35 UTC

This package is auto-updated.

Last update: 2024-04-27 10:01:14 UTC


README

Build Status Total Downloads Latest Stable Version License

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