dshoreman / php8-xdebug

docker container with php 8.0, xdebug and pcov

Home Page:https://hub.docker.com/r/chrisb9/php8-nginx-xdebug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.0 with xdebug and pcov

current features:

  • nginx with brotli and http2 enabled
  • php 8.0 beta 2 (20/08; with opcache and jit enabled by default)
  • xdebug 3.0-dev
  • pcov
  • composer and composer2.0 (available as composer2)
  • bash (with auto-completion extension and colored)
  • tideways profiler with perf-tools enabled
  • webp and image-optimizers

testing this dockerfile:

just run git clone && docker-compose up -d
then open up your browser and go to this container.

in the app-folder are two files index.php and Test.php. They are meant as a playground to test the newest features of php 8.0

About

docker container with php 8.0, xdebug and pcov

https://hub.docker.com/r/chrisb9/php8-nginx-xdebug


Languages

Language:Dockerfile 62.7%Language:PHP 24.2%Language:Shell 12.7%Language:Vim Script 0.4%