Simple middleware applications in minutes!
phalcon-expressive to provide a minimalist middleware framework for PHP, with the following features:
- Routing.
- DI Containers
- Optionally, templating.
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 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/