2017 © Pedro PelĂĄez
 

library phalcon-expressive

Zend expressive 2 features for phalcon

image

xerron/phalcon-expressive

Zend expressive 2 features for phalcon

  • Monday, May 29, 2017
  • by xerron
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phalcon-expressive

Build Status Coverage Status, (*1)

Simple middleware applications in minutes!, (*2)

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

  • Routing.
  • DI Containers
  • Optionally, templating.

Installation

skeleton project and installer,, (*4)

$ 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)., (*5)

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:, (*6)

$ mkdocs build

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

The Versions