xerron / phalcon-expressive
Zend expressive 2 features for phalcon
dev-master
2017-05-29 13:52 UTC
Requires
- php: ^7.0
Requires (Dev)
- filp/whoops: ^2.1.6
- malukenho/docheader: ^0.1.5
- mockery/mockery: ^0.9.5
- phpunit/phpunit: ^6.1
- squizlabs/php_codesniffer: ^2.8.1
- techpivot/phalcon-ci-installer: ~1.0
This package is not auto-updated.
Last update: 2025-03-21 23:23:27 UTC
README
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/