https://github.com/prometee/docker-php-fpm
Git repo for a customizable Docker Alpine PHP FPM image
https://github.com/prometee/docker-php-fpm
Last synced: 3 months ago
JSON representation
Git repo for a customizable Docker Alpine PHP FPM image
- Host: GitHub
- URL: https://github.com/prometee/docker-php-fpm
- Owner: Prometee
- License: mit
- Created: 2019-08-16T09:09:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-14T16:26:44.000Z (7 months ago)
- Last Synced: 2025-11-14T18:28:05.657Z (7 months ago)
- Language: Dockerfile
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Build Status][ico-github-actions]][link-github-actions]
[![Docker][ico-microbadger]][link-microbadger]
Alpine PHP FPM + composer
--
ARG vars
---
- `PHP_VERSION` switchable PHP version
- `PHP_ROOT` configure the `WORKDIR`
- `PHP_EXTRA_EXTENSIONS` allow to add extra extensions
- `PHP_EXTRA_PECL_EXTENSIONS` allow to add extra PECL extensions
- `COMPOSER_GLOBAL_REQUIREMENTS` allow to add extra global composer requirements
Bundled extensions
---
- gd
- imagick
- intl
- zip
- pdo_mysql
- pcntl
- opcache
- exif
Additional extensions (not available in '*-minimum' images)
---
- soap
- xmlrpc (Since PHP >=8 it becomes a PECL extension)
Optional PECL extensions (not available in '*-minimum' images)
---
- xdebug
- apcu
Composer
---
Globally installed with no extra packages
[ico-github-actions]: https://github.com/Prometee/docker-php-fpm/workflows/Build/badge.svg
[ico-microbadger]: https://images.microbadger.com/badges/image/fluxaudio/php-fpm.svg
[link-github-actions]: https://github.com/Prometee/docker-php-fpm/actions?query=workflow%3A"Build"
[link-microbadger]: https://microbadger.com/images/fluxaudio/php-fpm