An open API service indexing awesome lists of open source software.

https://github.com/mix-php/mix-skeleton

Full-featured development skeleton
https://github.com/mix-php/mix-skeleton

mix skeleton

Last synced: 8 months ago
JSON representation

Full-featured development skeleton

Awesome Lists containing this project

README

          

## Mix Skeleton

本项目是 MixPHP 全功能开发程序骨架,包含大量范例代码

## 开发文档

MixPHP 开发指南:https://openmix.org/mix-php/doc

## 环境要求

* Linux, OS X, WSL
* PHP >= 7.2
* Swoole >= 4.4.4 (websocket >= 4.4.8)

## 快速开始

推荐使用 [composer](https://www.phpcomposer.com/) 安装。

安装最新版本:

```shell
composer create-project --prefer-dist mix/mix-skeleton mix ~2.2.0
```

## License

Apache License Version 2.0, http://www.apache.org/licenses/