承接 vitexsoftware/multiflexi-database-connection 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

vitexsoftware/multiflexi-database-connection

Composer 安装命令:

composer require vitexsoftware/multiflexi-database-connection

包简介

MultiFlexi support for PDO database connections

README 文档

README

PDO database connection credential support for MultiFlexi.

Description

This package provides database connection credential management for MultiFlexi, split into two Debian packages:

  • multiflexi-database-connection — Credential prototype with driver, host, port, database, user and password fields (enhances php-vitexsoftware-multiflexi-core)
  • multiflexi-database-connection-ui — Connection builder wizard, PDO test, server info and table listing (enhances multiflexi-web)

Credential Fields

  • DB_TYPE — PDO driver (mysql, pgsql, sqlite)
  • DB_HOST — Database server hostname or IP
  • DB_PORT — Port number (empty = driver default)
  • DB_NAME — Database name or SQLite file path
  • DB_USER — Database username
  • DB_PASSWORD — Database password

UI Features

The web interface component provides:

  • Interactive DSN builder wizard with driver-specific fields
  • Live PDO DSN preview
  • PDO connection test with error reporting
  • Server version and driver information display
  • Database table listing

Installation

From Debian packages

apt install multiflexi-database-connection multiflexi-database-connection-ui

From source (development)

composer install
make phpunit
make cs

Building Debian Packages

make deb

This produces multiflexi-database-connection_*.deb and multiflexi-database-connection-ui_*.deb in the parent directory.

License

MIT — see debian/copyright for details.

MultiFlexi

MultiFlexi

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-02