环境搭建 Environment Setup
本章将详细介绍如何搭建Swoole的开发环境,包括PHP的安装、Swoole的安装、相关扩展的安装等等。
This Chapter will introduce how to set up the development environment of Swoole, including the installation of PHP, Swoole extension and other related extensions.
通过学习本章,你可以学到如何快速搭建一套完整的Swoole开发环境。
Going through this chapter, we can learn how to quick set up a complete Swoole development environment.
相关软件 Essentials
类别 Type |
名称 Name |
版本 Version |
OS(Linux) |
Ubuntu |
16.04 |
OS(Mac) |
OSX |
10.11 |
语言 Server Script |
PHP |
5.6.22 |
扩展 Extension |
Swoole |
1.8.5-stable |
扩展 Extension |
Redis |
3.0.0 |
数据库 Database |
MySQL |
5.7.12 |
数据库 Database |
Redis |
3.0.7 |
类别 Type |
名称 Name |
版本 Version |
MVC |
ZPHP |
Master 分支 Branch |
MVC |
Yaf |
Master 分支 Branch |
RPC |
Hprose |
Master 分支 Branch |
PRC |
Dora-RPC |
Master 分支 Branch |
DB Model |
ThinkPHP |
3.2.2 (仅使用Model模块 Only Model Used) |