定制 netflex/dbal 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

netflex/dbal

最新稳定版本:v3.0.0

Composer 安装命令:

composer require netflex/dbal

包简介

Netflex Database abstraction layer

README 文档

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

统计信息

  • 总下载量: 505
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-14