Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MySQL adapters for Imbo

License

NotificationsYou must be signed in to change notification settings

imbo/imbo-mysql-adapters

Repository files navigation

CI

MySQL database adapters forImbo.

Installation

composer require imbo/imbo-mysql-adapters

Usage

This package provides MySQL adapters for Imbo usingPDO.

$database =newImbo\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 forDocker 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, seeLICENSE.

About

MySQL adapters for Imbo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp