Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stagerightlabs/php-testing-container
Docker images for testing PHP applications with continuous integration.
https://github.com/stagerightlabs/php-testing-container
Last synced: 1 day ago
JSON representation
Docker images for testing PHP applications with continuous integration.
- Host: GitHub
- URL: https://github.com/stagerightlabs/php-testing-container
- Owner: stagerightlabs
- License: mit
- Created: 2021-02-11T00:46:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T15:01:53.000Z (16 days ago)
- Last Synced: 2024-12-29T16:17:58.354Z (16 days ago)
- Language: Dockerfile
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightweight PHP Docker Container
This is a docker container intended for running PHP tests in a continuous integration environment such as GitHub Actions.
[View this container on Docker Hub.](https://hub.docker.com/r/stagerightlabs/php-test-runner)
Lightweight is a relative term here, of course. These images include postgres bindings and various other system tools needed for certain PHP extensions.
## PHP Extensions
These images include the following PHP extensions, where applicable:
- bcmath
- gd
- intl
- mongodb
- PCOV
- pgsql
- xsl
- zip## Credits
This container was inspired by the Kirschbaum Development Group's [Laravel Test Runner](https://github.com/kirschbaum-development/laravel-test-runner-container).