Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 730 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 730 Bytes

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.

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.