Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

blauerberg/drupal-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple php container for drupal

This container provide below features:

  • php 5.6/7.[0-4] (depending on tag) with extensions to support generic Drupal development.
    • mbstring
    • mysqlnd
    • mysqli
    • curl
    • openssl
    • mcrypt
    • gd
    • intl
    • zip
    • pdo
    • opcache
    • xdebuge
    • apcu
    • xml
    • zip
    • bz2
    • memcache
    • composer
    • drush 8.x
    • phpcs
    • php-cs-fixer
    • coder

If you want to create a full stack for develop your Drupal site, you can use this container with official nginx and mariadb (or mysql) image.

How to use

See https://github.com/blauerberg/dropfabrik

License

MIT