Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 3.01 KB

README.md

File metadata and controls

100 lines (67 loc) · 3.01 KB

PHP-PLUS (PHP-FPM)

Last PHP plus extensions and main tools common in all projects

Docker Pulls Docker Build Statu Docker Automated buil

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

Extensions

  • mbstring
  • intl
  • zip
  • pdo
  • pdo_mysql
  • pdo_pgsql
  • pgsql
  • soap
  • gd
  • opcache
  • mysqli
  • bcmath
  • pcntl
  • sysvsem
  • pcntl
  • sysvshm
  • sysvmsg
  • sockets
  • xdebug
  • imagick
  • apcu
  • redis

Versions

  • "latest"
  • "ffmpeg"
  • "alpine"
  • "7.1-alpine"
  • "7.3-alpine"
  • "7-latest"
  • "7.2"
  • "7-latest"
  • "8-latest"

usage

docker pull mehrdadkhah/php-plus

Access to php-plus container bash

docker exec -it php-plus bash

Other images

  • 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)

Last update

  • 10 Jan 2023