MySQL Database Manager (DbServer, user creation...)
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/micheldiemer/db
Requires
- php: >=8.1
- micheldiemer/mbstring: ^1
This package is auto-updated.
Last update: 2025-12-14 00:06:00 UTC
README
Provides two main classes :
- DbServer to connect to a database server, with methods like
createUser,creataeDatabase,importSql... - Db to connect to a database with methods like
createTable,dropTable...
Installation
composer require micheldiemer/db
Documentation
See docs
Contributions
phpdoc, phplint, phpstan and php-cs-fixer are required globally.
Contributions are welcome either as a GitHub issue or a PR to this repo.