finalgene/php-cli

Sponsored OSS

By finalgene

Updated over 3 years ago

Different PHP versions as CLI for CI

Image
Languages & frameworks
Integration & delivery
2

10K+

finalgene/php-cli repository overview

PHP CLI

CircleCI Codacy Badge

This is a image to run the PHP CLI.

How to use this image

Run the php-cli image:

docker run \
    --rm \
    --tty \
    --interactive \
    --volume "$(pwd)":/app \
    finalgene/php-cli

Run the php-cli image with XDEBUG enabled:

docker run \
    --rm \
    --tty \
    --interactive \
    --env XDEBUG_ENABLE=1
    --volume "$(pwd)":/app \
    finalgene/php-cli

For further information take a look at the official PHP documentation.

Supported PHP Extensions

Extension / PHP Version5.35.45.55.67.07.17.27.3
bcmathxxxxxxx
calendarxxxxxxx
exifxxxxxxx
gdxxxxxxx
gettextxxxxxxx
imapxxxxxxx
intlxxxxxxx
ldapxxxxxxx
mcryptxxxxx
mysqlixxxxxxxx
opcachexxxxxx
pcntlxxxxxxx
pdo_mysqlxxxxxxxx
pdo_sqlitex
pdo_pgsqlxxxxxxx
redisxxxxxxx
shmopxxxxxxx
soapxxxxxxx
socketsxxxxxxx
sysvmsgxxxxxxx
sysvsemxxxxxxx
sysvshmxxxxxxx
wddxxxxxxxx
xdebug [1]xxxxxxxx
xslxxxxxxx
zipxxxxxxx

[1] XDEBUG is installed but not activated by default. When using XDEBUG set the environment XDEBUG_ENABLE=1 or add -d zend_extension=xdebug.so as option to you command.

Quick reference

Tag summary

Content type

Image

Digest

sha256:1ea6a9646

Size

214 MB

Last updated

over 3 years ago

docker pull finalgene/php-cli

This week's pulls

Pulls:

359

Last week