https://github.com/shield-wall/php-docker
Docker image with php and database dependencies
https://github.com/shield-wall/php-docker
api docker dockerhub dockerhub-image fullstack heroku mysql php postgresql
Last synced: 3 months ago
JSON representation
Docker image with php and database dependencies
- Host: GitHub
- URL: https://github.com/shield-wall/php-docker
- Owner: shield-wall
- License: mit
- Created: 2022-02-14T19:22:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-02T09:22:32.000Z (9 months ago)
- Last Synced: 2026-01-03T16:31:04.057Z (6 months ago)
- Topics: api, docker, dockerhub, dockerhub-image, fullstack, heroku, mysql, php, postgresql
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHP Docker image
============
[](https://github.com/3lever/php/actions/workflows/check_docker_hub_releases.yml)
[](https://github.com/3lever/php/actions/workflows/publish_docker_hub.yml)
You can see the images generated at [Docker hub](https://hub.docker.com/r/shieldwalll/php)
**What is there in default images**
- PHP
- Composer
- Postgresql extensions (check the postgresql tags)
- mysql extensions (check the mysql tags)
- Zip
- Intl
**What is there in dev images**
- All from default images
- xdebug
- git
- wget
- docker
- heroku cli
- Node, yarn ( it'll help fullstack projects.)