Download the PHP package kzykhys/coroutine-io without Composer
On this page you can find all versions of the php package kzykhys/coroutine-io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package coroutine-io
CoroutineIO
Fast socket server implementation using Generator. This project is heavily inspired by @nikic's great post.
Following project shows the possibility of CoroutineIO.
- kzykhys/coupe - Coupé - A Handy HTTP/HTTPS Server written in PURE PHP
Requirements
- PHP5.5+
Installation
Create or update your composer.json and run composer update
Example (HTTP Server)
- Run
php example.php
- Open
http://localhost:8000
in browser and hold down the F5 key - Watch the console output
example.php
Class HttpServer
Class HttpHandler
License
The MIT License
Author
Kazuyuki Hayashi (@kzykhys)
All versions of coroutine-io with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package kzykhys/coroutine-io contains the following files
Loading the files please wait ....