Skip to content

Docker php plus critical extensions (redis, gd, apcu, intl, soap, xml, pdo and ... )

License

Notifications You must be signed in to change notification settings

Mehrdad-Dadkhah/php-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker php plus critical extensions (redis, gd, apcu, intl, soap, xml, pdo and ... )

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published