mix / mix-skeleton
Full-featured development skeleton
Installs: 2 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 2
Forks: 5
Open Issues: 0
Type:project
Requires
- php: >=7.2.0
- ext-json: *
- ext-pdo: *
- ext-sockets: *
- hassankhan/config: ^2.1
- 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/http-server: ~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/server: ~2.2.0
- mix/session: ~2.2.0
- mix/sync-invoke: ~2.2.0
- mix/validate: ~2.2.0
- mix/view: ~2.2.0
- mix/websocket: ~2.2.0
- mix/worker-pool: ~2.2.0
- symfony/dotenv: ~4.3
Requires (Dev)
- swoole/ide-helper: dev-master
This package is auto-updated.
Last update: 2024-10-14 16:44:19 UTC
README
本项目是 MixPHP 全功能开发程序骨架,包含大量范例代码
开发文档
MixPHP 开发指南:https://openmix.org/mix-php/doc
环境要求
- 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.2.0
License
Apache License Version 2.0, http://www.apache.org/licenses/