Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimelek/docker-php
PHP images based on the official versions with additional helper scripts
https://github.com/rimelek/docker-php
docker docker-image docker-php php php56 php7 php71 php72 php73 php74 php8 php80 php81 php82 php83
Last synced: 26 days ago
JSON representation
PHP images based on the official versions with additional helper scripts
- Host: GitHub
- URL: https://github.com/rimelek/docker-php
- Owner: rimelek
- Created: 2017-09-16T12:56:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T00:42:58.000Z (about 2 months ago)
- Last Synced: 2024-09-29T19:23:27.075Z (about 1 month ago)
- Topics: docker, docker-image, docker-php, php, php56, php7, php71, php72, php73, php74, php8, php80, php81, php82, php83
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP Docker images with additional extensions
============================================I started this project in 2016 to support PHP Docker images based on the
[official Docker images of PHP](https://hub.docker.com/_/php/),
but with the ability to add PHP extensions more easily without finding out every time which extension
requires what libraries installed on the host or in this case in the container.Since I obviously can't support different images for every possible combination of required extensions,
I support one for each PHP version containing all the extensions supported by that version and this project,
but you can also use this project to build your own image.You will find a branch for each PHP version in the git repository containing this intro text.
For more details and supported tag and extensions, visit the documentation on [Read the Docs](https://readthedocs.org/).Documentation: https://php-docker-images.readthedocs.io/