xerron / phalcon-expressive

Zend Expressive 2 features for Phalcon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phalcon-expressive

Build Status Coverage Status

Simple middleware applications in minutes!

phalcon-expressive to provide a minimalist middleware framework for PHP, with the following features:

  • Routing.
  • DI Containers
  • Optionally, templating.

Installation

skeleton project and installer,

$ composer create-project xerron/phalcon-expressive-skeleton <project dir>

This will prompt you through choosing your dependencies, and then create and install the project in the <project dir> (omitting the <project dir> will create and install in a phalcon-expressive-skeleton/ directory).

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

Additionally, public-facing, browseable documentation is available at https://docs.u-w-u.com/phalcon-expressive/

About

Zend Expressive 2 features for Phalcon

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


Languages

Language:PHP 100.0%