cmobi/cmobi-service-standard

Base skeleton to services in microservices architecture

v2.2.0 2017-05-18 16:53 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:01:49 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

This is a base for microservices architecture based on Symfony 2 project. It offer functionalities with rpc and publish/subiscribe patterns, system messaging, authentication and authorization to services. The structure of business logic is based on Domain Driven Design methodology.

Usage:

$ composer create-project cmobi/cmobi-service-standard <name of your service>