Last PHP plus extensions and main critical tools common in all projects
787
Last PHP plus extensions and main tools common in all projects
Docker php with critical extensions (redis, gd, apcu, intl, soap, pdo, mbstring, iconv and ... )
You can use alpine version and ubuntu base version.
Also we add special version for VOD or other video base project that have FFMPEG and FFPROBE in it. It's availabe on FFmpeg branch and (mehrdadkhah/php7:ffmpeg) tag.
Use this image to run a container with latest stable of php. it ships with:
last stable version of Redis extension (official version)
Intl extension (official version)
Apcu extension (official build for php)
Soap
PDO (MySQL, PostgreSQL, Sqlite)
GD
iconv
mbstring
git
composer
xdebug
mysql-client [mysqldump] (available on Mehrdad-Dadkhah/php-plus:alpine-mysql)
bcmath (required by hashids package)
pcntl
docker pull mehrdadkhah/php-plus
Access to php-plus container bash
docker exec -it php-plus bash
Content type
Image
Digest
sha256:439d18be0…
Size
291 MB
Last updated
over 2 years ago
docker pull mehrdadkhah/php-plus