espresso / http-module
A Express JS like application layer that allows configuring an HTTP layer in a flexible way.
Installs: 154
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/espresso/http-module
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