Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T17:06:45.000Z (about 1 year ago)
- Last Synced: 2023-11-24T18:24:46.652Z (about 1 year ago)
- Topics: api, docker, dockerhub, dockerhub-image, fullstack, heroku, mysql, php, postgresql
- Language: Dockerfile
- Homepage:
- Size: 23.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
============[![Check new releases](https://github.com/3lever/php/actions/workflows/check_docker_hub_releases.yml/badge.svg)](https://github.com/3lever/php/actions/workflows/check_docker_hub_releases.yml)
[![Publish image on docker hub](https://github.com/3lever/php/actions/workflows/publish_docker_hub.yml/badge.svg)](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.)