xerron/phalcon-expressive

Zend expressive 2 features for phalcon

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/xerron/phalcon-expressive

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

This package is not auto-updated.

Last update: 2025-11-01 02:16:38 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/