xerron/phalcon-expressive

Zend expressive 2 features for phalcon

dev-master 2017-05-29 13:52 UTC

This package is not auto-updated.

Last update: 2024-05-03 18:58:03 UTC


README

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/