reformo/hexagonal-cqrs-skeleton
Composer 安装命令:
composer create-project reformo/hexagonal-cqrs-skeleton
包简介
Hexagonal (Ports and Adapters) Architecture and CQRS Ready Zend Expressive Skeleton!
关键字:
README 文档
README
Hexagonal (Ports and Adapters) Architecture and CQRS Ready Laminas Mezzio Skeleton.
An opinionated framework to develop CQRS applications using hexagonal architecture structure.
Built on basically these libraries:
- Laminas Mezzio (Laminas ServiceManager, FastRoute, Twig)
- Tactician CommandBus by thephpleague.com
- Doctrine DBAL
- Symfony Console
Coding standard
Doctrine Coding Standart is used
Installation
composer create-project reformo/hexagonal-cqrs-skeleton MyApplication
Development Server
FrontWeb
composer run --timeout=0 start-frontweb
PrivateApi
composer run --timeout=0 start-private-api
Production Server using Swoole
FrontWeb
Since Swoole has problems with native PHP sessions, FrontWeb will give 500 Server Error until we fixed it.
bin/mezzio-swoole start --module FrontWeb
PrivateApi
bin/mezzio-swoole start --module PrivateApi
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-31