Skip to content

Service Oriented Architecture or Microservices implementation using Laravel/Lumen

Notifications You must be signed in to change notification settings

anabeto93/Micro-Services-with-Lumen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumen SOA / Microservices

This is a simple project developed and modified as a proof of concept of how to implement microservices with Laravel/Lumen.

Credits of this project actually goes to Indranil Samanta for the initial work done. Details of the initial project will be found at Microservices with Lumen

The Main system is ApiGateway and the microservices are AuthorApi & BookApi. I am using guzzle for consuming api and dusterio/lumen-passport for security.

Also stopping direct access to the microservices, to access the microservies directly the client must pass some kind of token which is registered in the microservice.

About

Service Oriented Architecture or Microservices implementation using Laravel/Lumen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages