This repository serves as base for PHP image.
Docker
Patience
- Install Docker
- Start PowerShell and go inside this project's root directory
- Run
docker build . -t php:<php_version> --no-cache
in current directory
This repository contains test.php
, which runs testing automatically on build.
This tests whether all dependencies were installed and whether is composer initialized or not.
- PHP 7.1.11-alpine - PHP 7.1.11 alpine image
- RedisPHP 3.1.2 - Redis extension for PHP
- Composer - Latest composer package manager
- PCNTL - Process control extension for PHP
Please contact Adrián Paníček for contribution on this project
I use Semantic Versioning without meta tags. Versioning format major.minor.hotfix.
Sample versioning: 3.1.0
Major version changes are NOT backward compatible ! Minor version changes are backward compatible within the same Major Version
0.0.1 - Basic initialization of project