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
- Host: GitHub
- URL: https://github.com/mix-php/mix-skeleton
- Owner: mix-php
- License: apache-2.0
- Created: 2019-09-19T04:21:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T08:13:32.000Z (over 5 years ago)
- Last Synced: 2024-04-23T19:38:21.968Z (almost 2 years ago)
- Topics: mix, skeleton
- Language: PHP
- Homepage:
- Size: 1.57 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/