/docker-php-mariadb

PHP 8.2 & MariaDB 10.8.5

Primary LanguagePHP

PHP 8.1 & MariaDB 10.8.5

This is a simple PHP and MariaDB docker image.

You will likely want to populate the default web database with some columns and data.
The index.php contains some example code that fetches user records (the user table needs to be manually created) via PDO and displays them to you.