Lumen Microservice Versions Save

Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 8 | Aws ECS, Google Kubernates, Azure Container Engine

v1.0

1 year ago

Note

You can create your Lumen microservice and start programming in just a few steps.

The first version enables local development and image preparation for QA and Production environments.

v1.0.2

2 years ago

Changelog

  • Fix permissions workdir and etc
  • Upgrade to php 8

v1.0.1

2 years ago

Changelog

  • Fix setup

v1.0.0

3 years ago

Docker infrastructure for Lumen

Description

Microservice Lumen is a starting skeleton based on Docker and Lumen Framework. This project helps to develop and maintain a simple and clean infrastructure for the management / creation of php microservices. In just a few steps, the developer starts the development / staging / production environment as needed. Basically, the Nginx containers are available for the webserver, the backend container in PHP 7.4 for the application, both based on Linux alpine. Include MySQL container by default. The Dockefile (in the docker folder) is already set up to create the production image of the application, we recommend modifying it only to add dependencies or configurations.

1.0.0

4 years ago

base image Webserver Nginx: 1.17-alpine Application: PHP: 7.4.3-fpm-alpine Lumen Framework: 7

v1.5.4-beta

5 years ago
v1.5.4 beta
-fixed errors
-remove GraphQL
-change package framework

v1.5.3-beta

5 years ago
v1.5.3 beta
-fixed config file
-fixed controllers REST e GraphQL
-clean code framework

v1.5.2-beta

5 years ago
v1.5.2 beta
-fixed docker-compose mysql
-add docker volumes
-remove folder data

v1.5.1-beta

5 years ago
v1.5.1 beta
-fixed docker-compose file
-fixed setup develop env
-fixed volumes data

v1.5.0-beta

5 years ago
v1.5.0 beta
-Update directory and docker file
-Update core package 
-Update response package with new logic 
-Update and clean code cahce package 
-Fixed rest controllers
-Clean code