drago-ex / project-docker-db
The package extends the Drago Project to include mysqli database on docker.
Package info
github.com/drago-ex/project-docker-db
Type:drago-project-resource
pkg:composer/drago-ex/project-docker-db
dev-main
2026-05-14 07:08 UTC
Requires
- php: >=8.3 <9
- drago-ex/database: ^2.0
- drago-ex/project-docker: ^1.0
This package is auto-updated.
Last update: 2026-05-14 07:12:25 UTC
README
The package extends the Drago Project to include mysqli database on docker.
Requirements
- PHP >= 8.3
- Nette Framework
- Docker
- Dibi
- Drago Project core packages
Installation
composer require drago-ex/project-docker-db
The package does the following
- Copies a configured Neon file with database settings preconfigured for Docker.
- Adds Docker files for database setup.
- Integrates Dibi for database interaction.
Remember
The package extends the basic php server on docker with a mysqli database and requires an existing build before the update, and only then can the docker update be performed.