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

newageio/docker-php-yii2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

latest images are currently built based on the release/4.x branch

ℹ️ See repository tags for full version numbers

See all available image tags

build status

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
  • npm

Extensions

  • soap
  • zip
  • curl
  • bcmath
  • exif
  • gd
  • iconv
  • intl
  • mbstring
  • opcache
  • pdo_mysql
  • pdo_pgsql
  • memcache - Alpine only
  • xdebug - installed, but not loaded by default

Configuration

ENV variables

  • GITHUB_API_TOKEN
  • PHP_ENABLE_XDEBUG
  • PHP_USER_ID (debian only)

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 90.3%
  • Shell 8.5%
  • Makefile 1.2%