Skip to content

Docker PHP image containing extensions and libraries for Yii 2.0 Framework

Notifications You must be signed in to change notification settings

handcode/docker-php-yii2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

Experimental

See all available image tags

Introduction

This is a Docker PHP image containing PHP extensions and composer packages and libraries for Yii 2.0 Framework. It is primarily intended to build Yii 2.0 applications FROM this image, see below for available application templates.

There is also an nginx flavour available for this image, in which PHP and nginx are managed with forego.

Features

CLI commands

  • composer
  • codecept
  • phpunit
  • yii

Configuration

ENV variables

  • GITHUB_API_TOKEN
  • DISPLAY_PHP_ERRORS
  • PHP_USER_ID
  • PHP_ENABLE_XDEBUG

Build ARGs

  • GITHUB_API_TOKEN

Development

Building the images

docker-compose build

Development bash

docker run -it dmstr/php-yii2 bash

Resources


dmstr logo Built by dmstr

About

Docker PHP image containing extensions and libraries for Yii 2.0 Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.9%
  • Nginx 7.7%
  • Shell 6.4%