Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/contamobi/cmobi-service-standard

Base of microservices architecture
https://github.com/contamobi/cmobi-service-standard

Last synced: 11 days ago
JSON representation

Base of microservices architecture

Awesome Lists containing this project

README

        

## Cmobi Service Standard ##

[![Build Status](https://travis-ci.org/contamobi/cmobi-service-standard.svg?branch=master)](http://travis-ci.org/contamobi/cmobi-service-standard)
[![Coverage Status](https://coveralls.io/repos/github/contamobi/cmobi-service-standard/badge.svg?branch=master)](https://coveralls.io/github/contamobi/cmobi-service-standard?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/contamobi/cmobi-service-standard/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/contamobi/cmobi-service-standard/?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/56d4363e0a4ec1002d2f894b/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56d4363e0a4ec1002d2f894b)

[![Latest Stable Version](https://poser.pugx.org/cmobi/cmobi-service-standard/v/stable)](https://packagist.org/packages/cmobi/cmobi-service-standard)
[![Total Downloads](https://poser.pugx.org/cmobi/cmobi-service-standard/downloads)](https://packagist.org/packages/cmobi/cmobi-service-standard)
[![Latest Unstable Version](https://poser.pugx.org/cmobi/cmobi-service-standard/v/unstable)](https://packagist.org/packages/cmobi/cmobi-service-standard)
[![License](https://poser.pugx.org/cmobi/cmobi-service-standard/license)](https://packagist.org/packages/cmobi/cmobi-service-standard)

This is a base for microservices architecture based on [Symfony 2](http://symfony.com/) 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](http://martinfowler.com/bliki/EvansClassification.html) methodology.

### Usage:

```$ composer create-project cmobi/cmobi-service-standard ```