Download the PHP package ctefan/redux without Composer
On this page you can find all versions of the php package ctefan/redux. 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 redux
redux-php
A PHP port of Redux. Partly inspired by the ports of RafaelFontes and rikbruil.
Background
This library was created to be used in a framework for interactive cli applications.
Example usage
Reducers
Middleware
Middleware are just callables. If you don't want to use closures, you can extend
Ctefan\Redux\Middleware\AbstractMiddleware
and implement method handleAction(ActionInterface $action, callable $next)
.
All versions of redux with dependencies
PHP Build Version
Package Version
The package ctefan/redux contains the following files
Loading the files please wait ....