/docker-php-tester

Primary LanguageDockerfileMIT LicenseMIT

Docker image for PHP tester

GitHub Release License

Testing Publish Docker

Docker image and GitHub Actions for test PHP env. Base on Docker official PHP image, Composer V2.

Usage on GitHub Container Registry

See GitHub Container Registry. Use the following command to pull image:

docker pull ghcr.io/mileschou/php-tester

Supported tags and respective Dockerfile links

PHP CLI

Alpine

Apache

Extensions

  • bcmath
  • exif
  • gd
  • gmp
  • mcrypt (not supported in PHP 7.2+)
  • memcached (using 2.2.0 in PHP 5.x)
  • mongodb (using on PHP 7.x and PHP 8.x)
  • pdo_mysql
  • redis
    • 5.0+ in PHP 7.x
    • 4.3.0 in PHP 5.x
  • soap
  • sockets
  • swoole
  • zip

Credits

License

The MIT License (MIT). Please see License File for more information.