https://github.com/contamobi/cmobi-service-standard
Base of microservices architecture
https://github.com/contamobi/cmobi-service-standard
Last synced: 2 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T17:02:14.000Z (about 8 years ago)
- Last Synced: 2025-02-17T08:44:27.732Z (5 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 ##
[](http://travis-ci.org/contamobi/cmobi-service-standard)
[](https://coveralls.io/github/contamobi/cmobi-service-standard?branch=master)
[](https://scrutinizer-ci.com/g/contamobi/cmobi-service-standard/?branch=master)
[](https://www.versioneye.com/user/projects/56d4363e0a4ec1002d2f894b)[](https://packagist.org/packages/cmobi/cmobi-service-standard)
[](https://packagist.org/packages/cmobi/cmobi-service-standard)
[](https://packagist.org/packages/cmobi/cmobi-service-standard)
[](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 ```