Skip to content

sorenbronsted/fiberloop

Repository files navigation

Fiberloop

This package implements coroutines by utilizing php fibers. It does the same job a Revolt but implementation is different. It has the same interface as Revolt and I have expanded it a bit.

On top of this I have build Psr-Http which is a PSR complaint Http web server and a client.

Using coroutines enables you to write code which handles multiple tasks in php single threaded execution model. This makes your program efficient and can handle more work.

Installation

This package can be installed with Composer

`composer install bronsted\fiberloop`

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published