Skip to content

koalaphils/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

399 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Docker Images

Build PHP Images and Push to Registries

PHP container images preinstalled with commonly used extensions for web development.

Base images derived from the following:

Most extensions are installed via PIE/packagist. If not available as PIE extension, they are installed traditionally through PECL.

Preinstalled extensions apart from the ones provided by the official PHP images:

  • amqp
  • apcu
  • ast
  • bcmath
  • dba
  • ev
  • gettext
  • igbinary
  • imagick
  • intl
  • jsonpath
  • mcrypt
  • memcached
  • mongodb
  • msgpack
  • mysqli
  • parallel (for ZTS variants only)
  • pcntl
  • pcov
  • pdo
  • pdo_mysql
  • pdo_sqlite
  • pdo_sqlsrv
  • redis
  • sockets
  • sqlsrv
  • swoole
  • timezonedb
  • xdebug
  • xhprof
  • xsl
  • zip

Copyright (C) 2026 Melvin D. Protacio

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

PHP docker images preinstalled with commonly used extensions

Topics

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors