An open API service indexing awesome lists of open source software.

https://github.com/mcserep/docker-php

Extended distribution of the official PHP Docker images.
https://github.com/mcserep/docker-php

apache dockerfile php

Last synced: 5 months ago
JSON representation

Extended distribution of the official PHP Docker images.

Awesome Lists containing this project

README

          

# docker-php

Docker images built on top of the official PHP images with the addition of some common and useful extensions and tools to prepare the work with most applications and frameworks.

## Supported tags
* `5.6` [Dockerfile](5.6/Dockerfile)
* `7.0` [Dockerfile](7.0/Dockerfile)
* `7.2` [Dockerfile](7.2/Dockerfile)
* `7.3` [Dockerfile](7.3/Dockerfile)
* `7.4` [Dockerfile](7.4/Dockerfile)
* `8.0` [Dockerfile](8.0/Dockerfile)
* `8.2` [Dockerfile](8.2/Dockerfile)

## PHP extensions
* bz2
* Core
* ctype
* curl
* date
* dom
* ereg (*only PHP 5.6*)
* exif
* fileinfo
* filter
* ftp
* gd
* hash
* iconv
* intl
* json
* libxml
* mbstring
* mcrypt (*only PHP 5.6-7.0*)
* mhash (*only PHP 5.6*)
* mysqlnd
* opcache
* openssl
* pcre
* PDO
* pdo_mysql
* pdo_sqlite
* Phar
* posix
* readline
* Reflection
* session
* SimpleXML
* sodium (*only PHP 7.4-8.2*)
* SPL
* sqlite3
* standard
* tokenizer
* xml
* xmlreader
* xmlwriter
* zip
* zlib

## Tools
* Xdebug
* Composer