GeeH / zend-stratigility

Middleware for PHP built on top of PSR-7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%