mix / mix-micro-skeleton
Microservice development skeleton
Installs: 200
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=7.2.0
- ext-json: *
- ext-pdo: *
- mix/auth: ~2.2.0
- mix/bean: ~2.2.0
- mix/cache: ~2.2.0
- mix/console: ~2.2.0
- mix/database: ~2.2.0
- mix/event: ~2.2.0
- mix/fast-route: ~2.2.0
- mix/guzzle: ~2.2.0
- mix/helper: ~2.2.0
- mix/micro: ~2.2.0
- mix/micro-etcd: ~2.2.0
- mix/micro-hystrix: ~2.2.0
- mix/monolog: ~2.2.0
- mix/redis: ~2.2.0
- mix/redis-subscribe: ~2.2.0
- mix/runtime: ~2.2.0
- mix/session: ~2.2.0
- mix/sync-invoke: ~2.2.0
- mix/tracing: ~2.2.0
- mix/tracing-zipkin: ~2.2.0
- mix/validate: ~2.2.0
- mix/view: ~2.2.0
- mix/websocket: ~2.2.0
- mix/worker-pool: ~2.2.0
Requires (Dev)
- swoole/ide-helper: dev-master
README
微服务开发程序骨架,包含微服务开发的大量范例代码
开发文档
MixPHP 开发指南:https://openmix.org/mix-php/doc
环境要求
- Linux, OS X, WSL
- PHP >= 7.2
- Swoole >= 4.5.0
快速开始
使用 composer 安装:
composer create-project --prefer-dist mix/mix-micro-skeleton mix ~2.2.0
License
Apache License Version 2.0, http://www.apache.org/licenses/