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 onMehrdad-Dadkhah/php-plus:alpine-mysql
) -
bcmath (required by hashids package)
-
pcntl
- mbstring
- intl
- zip
- pdo
- pdo_mysql
- pdo_pgsql
- pgsql
- soap
- gd
- opcache
- mysqli
- bcmath
- pcntl
- sysvsem
- pcntl
- sysvshm
- sysvmsg
- sockets
- xdebug
- imagick
- apcu
- redis
- "latest"
- "ffmpeg"
- "alpine"
- "7.1-alpine"
- "7.3-alpine"
- "7-latest"
- "7.2"
- "7-latest"
- "8-latest"
docker pull mehrdadkhah/php-plus
Access to php-plus container bash
docker exec -it php-plus bash
- PHP 7 + Nginx (lemp) (github , docker hub and image name: lemp-php7-full)
- PHP 7 + Nginx + newrelic (github , docker hub and image name: lemp-php7-newrelic-full)
- PHP 7 + Nginx + NodeJs (github , docker hub and image name: lemp7-nodejs)
- PHP 7 + Nginx + NodeJs + Newrelic (github , docker hub and image name: lemp-php7-nodejs-newrelic-full)
- PHP 7 + Nginx + Python and Hazm package ready to use for NLP projects (github , docker hub and image name: lemp-php7-hazm-full)
- 10 Jan 2023