solenoid/mysql

MySQL client library

Maintainers

Package info

github.com/Solenoid-IT/php-mysql

pkg:composer/solenoid/mysql

Transparency log

Statistics

Installs: 363

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v2.1.0 2026-06-22 13:03 UTC

This package is auto-updated.

Last update: 2026-06-22 13:04:10 UTC


README

MySQL client library

Docker (MySQL 8.0 for tests)

Start MySQL 8.0:

docker compose up -d

Shortcut:

./start

Stop and remove container, network and volumes:

docker compose down

Shortcut (stop only):

./stop

Restart MySQL:

./restart

Open MySQL shell:

./shell

Follow MySQL logs:

./docker/logs

Connection used by tests:

  • Host: 127.0.0.1
  • Port: 3306
  • User: user
  • Password: pass
  • Database: db