https://github.com/ssx/docker-php-fpm
A docker image to run the latest version of PHP-FPM including Composer, GD, Intl, PCNTL and BZ2 extensions.
https://github.com/ssx/docker-php-fpm
docker docker-php docker-php-fpm docker-php-image docker-phpdev fpm php
Last synced: 10 months ago
JSON representation
A docker image to run the latest version of PHP-FPM including Composer, GD, Intl, PCNTL and BZ2 extensions.
- Host: GitHub
- URL: https://github.com/ssx/docker-php-fpm
- Owner: ssx
- License: apache-2.0
- Created: 2017-05-01T11:57:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T10:53:14.000Z (over 8 years ago)
- Last Synced: 2025-01-26T08:41:39.036Z (12 months ago)
- Topics: docker, docker-php, docker-php-fpm, docker-php-image, docker-phpdev, fpm, php
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-php-fpm
A docker image to run the latest version (Currently 7.1) of PHP-FPM with
Composer and some commonly used extensions. This is suitable for either local
development or production use.
### Currently included extensions
- GD
- Intl
- BZ2
- pdo_mysql
- pcntl
### Currently included programs
- Composer
### License
This project is licensed under an Apache 2.0 license which you can find within
this repository in the [LICENSE file](https://github.com/ssx/docker-php-fpm/blob/master/LICENSE).
### Feedback
If you have any feedback, comments or suggestions, please feel free to open an
issue within the repository on [Github](https://github.com/ssx/docker-php-fpm).