estebanmatias92/dockerized-php-blueprint

Composer package that serves as foundation for building PHP + Composer services with docker. This just provides a basic environment for vanilla PHP + Composer (type: project), running in solo containers. Can be extended to suit microservices architecture.

dev-main 2023-12-04 12:43 UTC

This package is auto-updated.

Last update: 2024-04-04 13:24:55 UTC


README

Composer package that serves as foundation for building PHP + Composer services with docker. This just provides a basic environment for vanilla PHP + Composer (type: project), running in solo containers. Can be extended to suit microservices architecture.

Requirements

You should have PHP and Composer installed.

Usage

Inside a blank repo, create the project

composer create-project estebanmatias92/dockerized-php-blueprint:dev-main