Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/contamobi/cmobi-service-standard
- Owner: contamobi
- Created: 2016-02-26T12:23:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T17:02:14.000Z (over 7 years ago)
- Last Synced: 2024-03-30T18:20:59.019Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```