GitLab CI runner for PHP including Git, Composer and PHPUnit

Docker images for GitLab CI runner built on top of the official PHP images with the addition of some common and useful extensions for Laravel Framework.

Installed extensions

The following modules and extensions have been enabled, in addition to those you can already find in the official PHP image:

  • mcrypt
  • mbstring
  • curl
  • json
  • pdo_mysql
  • exif
  • tidy
  • zip
  • gd
  • ldap
  • xdebug
  • soap

Composer

Composer is installed globally in the all images.

Git

Git is installed globally in the all images.

PHPUnit & CodeSniffer

PHPUnit and CodeSniffer are installed globally in the all images.