phalcon-expressive
, (*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)