Skip to content

Helpful utilities for developing, testing, and deploying PHP code with docker containers

Notifications You must be signed in to change notification settings

Fulfillment-dot-com/php-docker-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Docker Utilities

Helpful utilities/templates for developing, testing, and deploying PHP code in containers.

PHP Library (CLI) Development Container

  • Installs and configures XDebug 3.2.X
  • Installs Composer
  • Use PHP_VERSION build arg to set PHP version

Example Usage with PhpStorm

Build image and tag as php-cli-debug

docker build -t php-cli-debug -f cli-develop-with-xdebug/Dockerfile .

You can now use PhpStorm to run Composer and Run/Debug CLI commands inside a Docker container.

About

Helpful utilities for developing, testing, and deploying PHP code with docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published