From "Strata", Latin for "layer", and "agility".
This package supercedes and replaces phly/conduit.
Stratigility is a port of Sencha Connect to PHP. It allows you to build applications out of middleware.
- File issues at https://github.com/zendframework/zend-stratigility/issues
- Issue patches to https://github.com/zendframework/zend-stratigility/pulls
Install this library using composer:
$ composer require zendframework/zend-diactoros zendframework/zend-stratigility
Documentation is in the doc tree, and can be compiled using bookdown:
$ bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
You can install bookdown globally using
composer global require bookdown/bookdown
. If you do this, make sure that$HOME/.composer/vendor/bin
is on your$PATH
.