https://github.com/mix-php/mix-micro-skeleton
Microservice development skeleton
https://github.com/mix-php/mix-micro-skeleton
microservice mix
Last synced: 11 months ago
JSON representation
Microservice development skeleton
- Host: GitHub
- URL: https://github.com/mix-php/mix-micro-skeleton
- Owner: mix-php
- License: apache-2.0
- Created: 2020-03-05T08:43:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T10:10:45.000Z (over 5 years ago)
- Last Synced: 2025-03-26T17:41:50.254Z (12 months ago)
- Topics: microservice, mix
- Language: PHP
- Homepage:
- Size: 259 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Mix Micro Skeleton
微服务开发程序骨架,包含微服务开发的大量范例代码
## 开发文档
MixPHP 开发指南:https://openmix.org/mix-php/doc
## 环境要求
* Linux, OS X, WSL
* PHP >= 7.2
* Swoole >= 4.5.0
## 快速开始
使用 [composer](https://www.phpcomposer.com/) 安装:
```shell
composer create-project --prefer-dist mix/mix-micro-skeleton mix ~2.2.0
```
## License
Apache License Version 2.0, http://www.apache.org/licenses/