Extending base PHP container with common extensions, xdebug and composer pre-installed for better QA
1.9K
These are PHP containers from the official PHP Docker images configured with most common extensions so they can be used directly for improving quality in PHP applications.
These containers have most common PHP extensions installed (compared to the official images), but are not build with QA tools themselves. Your codebase should have them available as composer packages or *.phar artefacts.
Launch these containers immediately from your workstation or CI platform:
docker run --rm -ti -v "$PWD":/var/run/phpapp -w /var/run/phpapp dragonbe/php-qa ./vendor/bin/phpunit
This code is provided under MIT License.
Content type
Image
Digest
Size
184 MB
Last updated
about 5 years ago
docker pull dragonbe/php-qa