This Docker image provides a ready-to-use environment with PHP 8.0, FPM, various extensions and composer 2 installed.
It also includes the amqp extension, which is currently not available through the docker-php-ext-install
command.
Use the following line in your Dockerfile to start your build with this image:
FROM gigadrive/php-fpm-ready:8.0
Click here to visit the Docker Hub page.
- composer
- bash
- npm
- nodejs
- supervisor
- php-fpm
- amqp
- bz2
- ctype
- curl
- dom
- exif
- fileinfo
- gd
- iconv
- intl
- mysqli
- pdo
- pdo_mysql
- session
- session
- tokenizer
- xml
- zip
This program was developed by Mehdi Baaboura and published by Gigadrive UG under the MIT License. For more information click here.