Sign inSign up

dragonbe/php-qa

By dragonbe

Updated over 4 years ago

Extending base PHP container with common extensions, xdebug and composer pre-installed for better QA

Image
1

1.9K

dragonbe/php-qa repository overview

PHP QA Containers

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.

Requirements

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.

Usage

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

License

This code is provided under MIT License.

Tag summary

Content type

Image

Digest

Size

184 MB

Last updated

about 5 years ago

docker pull dragonbe/php-qa