dev-master
9999999-devCooperative Multitasking for PHP
MIT
The Requires
- php >=5.5
- react/react *
- react/promise *
The Development Requires
by Jan Dolecek
yield
Wallogit.com
2017 © Pedro Peláez
Cooperative Multitasking for PHP
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)
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)
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"
}
]
}
Cooperative Multitasking for PHP
MIT
yield