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

This package is auto-updated.

Last update: 2019-12-17 12:41:52 UTC


README

A Express JS like application layer that allows configuring an HTTP layer in a flexible way.

Travis (.org) Codacy branch coverage Codacy grade Packagist Version PHP from Packagist GitHub code size in bytes GitHub last commit GitHub issues

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