Skip to content

fabiocarneiro/zend-stratigility

 
 

Repository files navigation

zend-stratigility

Build Status

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.

Installation

Install this library using composer:

$ composer require zendframework/zend-diactoros zendframework/zend-stratigility

Documentation

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/

Bookdown

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.

About

Middleware for PHP built on top of PSR-7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%