项目作者: netglue

项目描述 :
Mucking about with Swoole
高级语言: PHP
项目地址: git://github.com/netglue/swoole-playground.git
创建时间: 2018-10-30T23:34:41Z
项目社区:https://github.com/netglue/swoole-playground

开源协议:

下载


Swoole Playground

This repo contains a collection of scripts used to learn about and document my experiments with Swoole.

There’s quite a lot of stuff on-line but much of the documentation I’ve found is out of date, lacking in detail or a
bit on the rough side.

If you’re interested in this and spot any glaring errors or oversights, I’d appreciate a pull request or an issue so
that things can be improved for the benefit of all mankind ;)

Requirements

If you want to experiment with what’s here, you’ll need a recent-ish version of PHP, say 7.1 or 7.2 and have the Swoole
extension installed.

Helpful Stuff

Install

Clone, CD to the root and composer install to setup any dependencies and the autoloader. This step is not required
for a lot of the examples.