承接 imbo/imbo-mysql-adapters 相关项目开发

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

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

imbo/imbo-mysql-adapters

Composer 安装命令:

composer require imbo/imbo-mysql-adapters

包简介

MySQL adapters for Imbo

关键字:

README 文档

README

MySQL database adapters for Imbo.

Installation

composer require imbo/imbo-mysql-adapters 

Usage

This package provides MySQL adapters for Imbo using PDO.

$database = new Imbo\Database\MySQL($dsn, $username, $passord, $options);

Running integration tests

If you want to run the integration tests you will need a running MySQL service. The repo contains a simple configuration file for Docker Compose that you can use to quickly run a MySQL instance.

If you wish to use this, run the following command to start up the service after you have cloned the repo:

docker compose up -d 

After the service is running you can execute all tests by simply running PHPUnit:

composer run test # or ./vendor/bin/phpunit 

License

MIT, see LICENSE.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04