Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

julien-langlois/docker-phpwebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

Description

This image contains most commons dependency managers used to build php applications:

  • Composer
  • PHP Code Sniffer (PHPCS)
  • PHP Mess Detector (PHPMD)
  • PHPUnit

Build a custom image

To build a custom image with differents versions of libraries you can use Docker build args.

docker build -t phpwebapp \
 --build-arg PHP_VERSION=7.3 \
 --build-arg COMPOSER_VERSION=1.8.6 \
 --build-arg PHPCS_VERSION=^3.4 \
 --build-arg PHPMD_VERSION=^2.6 \
 --build-arg PHPUNIT_VERSION=^7.0 \
 .

About

Docker image embedding php 7 and several tools useful for CI/CD cycles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /