/php8.2-docker

A Docker-based installer for PHP 8.2 applications with HTTPS support.

Primary LanguageDockerfileMIT LicenseMIT

A Docker-based installer for PHP 8.2 applications with HTTPS support.

Installed Services

  • PHP8.2-fpm
  • Nginx
  • MariaDB
  • MongoDB
  • Mailcatcher

Installed PHP extensions

  • Default extensions installed by PHP8.2-fpm plus
  • bcmath
  • gd with free-type and jpeg
  • intl
  • mysqli
  • pdo_mysql
  • soap
  • zip
  • xdebug 3.2.0
  • mongodb

Commands

Start application:

make start

Stop application:

make stop

Composer Install:

make install

Update Composer:

make update-composer

Login to docker containers:

make ssh-php
make ssh-web
make ssh-mariadb
make ssh-mongodb

License

PHP 8.2 Docker is available under the MIT License.