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.
- Host: GitHub
- URL: https://github.com/mcserep/docker-php
- Owner: mcserep
- License: apache-2.0
- Created: 2018-04-30T22:50:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T17:58:09.000Z (12 months ago)
- Last Synced: 2025-05-15T16:16:08.551Z (9 months ago)
- Topics: apache, dockerfile, php
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mcserep/php
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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