Skip to content
/ mix-skeleton Public template
forked from mix-php/mix-skeleton

全功能开发骨架 / Full-featured development skeleton

License

Notifications You must be signed in to change notification settings

SyanH/mix-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix Skeleton

本项目是 MixPHP 全功能开发程序骨架,包含:

每个模块中都包含范例代码

  • Console 开发命令行程序
  • Http 开发 HTTP 接口、网站
  • Tcp 开发各种 RPC 服务,基于 mqtt 协议的物联网项目等
  • Udp 开发基于 UDP 的日志接收系统等
  • WebSocket 开发消息推送、在线聊天、直播弹幕、棋牌游戏等

开发文档

MixPHP 开发指南:http:https://doc.mixphp.cn

环境要求

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

快速开始

推荐使用 composer 安装。

安装最新版本:

composer create-project --prefer-dist mix/mix-skeleton mix 2.1.*

License

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

About

全功能开发骨架 / Full-featured development skeleton

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%