cmobi / cmobi-service-standard
Base skeleton to services in microservices architecture
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- cmobi/microservice-framework-bundle: dev-master
- doctrine/doctrine-bundle: ~1.5
- doctrine/doctrine-migrations-bundle: ^1.0
- doctrine/orm: ~2.5
- friendsofsymfony/rest-bundle: ^2.2
- incenteev/composer-parameter-handler: ~2.0
- jms/serializer-bundle: ^1.5
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0
- symfony/console: ^2.8
- symfony/monolog-bundle: ~2.4
- symfony/serializer: ^2.8
- symfony/symfony: 2.8.*
Requires (Dev)
- phpunit/phpunit: 5.0
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ~2.7
README
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>