Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2

Notifications You must be signed in to change notification settings

StudyBucket/Microservices-with-Lumen

 
 

Repository files navigation

Microservices with Lumen

This is a part of a huge project I was building for a client. In this small example I have effectively explained and work with almost all the features of microsurvices architecture.

The Main system is LumenApiGateway and the microservices are LumenAuthorApi & LumenBookApi. 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

A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.5%
  • Shell 1.5%