espresso / http-module
This package is abandoned and no longer maintained.
The author suggests using the espresso/application package instead.
A Express JS like application layer that allows configuring an HTTP layer in a flexible way.
3.1.0
2019-08-21 04:39 UTC
Requires
- php: >=7.2
- espresso/router: ^1.0
- psr/container: ^1.0
Requires (Dev)
- codacy/coverage: ^1.4
- friendsofphp/php-cs-fixer: ^2.15
- phpunit/phpunit: ^7.5
README
A Express JS like application layer that allows configuring an HTTP layer in a flexible way.
Introduction
Espresso Module is a class that provides an api for registering routes and piping middleware to a stack. The api is very similar to the one of Express JS.
Installation
Installation can easily be done with composer:
composer require espresso/http-module
Documentation
Read the documentation in the official Espresso Website