2017 © Pedro Peláez
 

library flowphp

Cooperative Multitasking for PHP

image

juzna/flowphp

Cooperative Multitasking for PHP

  • Saturday, November 2, 2013
  • by juzna.cz
  • Repository
  • 2 Watchers
  • 4 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Flow

Cooperative Multitasking framework in PHP, (*1)

Version: proof of concept, (*2)

More about cooperative multitasking in my blog post on gist., (*3)

Inspired by flow by K47., (*4)

Applications

These sample applications are using Flow framework: - GitHub activity - example of integration with Nette Framework - Selenium 2 WebDriver - non-blocking selenium driver - your app can be here, email me, (*5)

Usage

Get inspired by examples or applications which use Flow., (*6)

The best way to install Flow framework into your project is by using Composer:, (*7)

$ composer require juzna/flowphp
$ composer update

You may also want to add React, which works well with promises and Flow framework. But you better get a forked version, which integrates better with Flow., (*8)

Add this towards the end of your composer.json:, (*9)

{
  ...
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/juzna/react"
        }
    ]
}

The Versions

02/11 2013

dev-master

9999999-dev

Cooperative Multitasking for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

yield