middlewares/skeleton

Name: skeleton

Owner: Middlewares

Description: A skeleton repository for PSR-15 middleware packages

Created: 2016-09-19 08:11:45.0

Updated: 2017-09-19 17:44:04.0

Pushed: 2018-01-24 19:29:08.0

Homepage: https://github.com/middlewares/psr15-middlewares

Size: 39

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is a skeleton to create packages implementing PSR-15 using composer:

oser create-project middlewares/skeleton my-middleware

middlewares/skeleton

Latest Version on Packagist Software License Build Status Quality Score Total Downloads SensioLabs Insight

Description of the middleware

Requirements
Installation

This package is installable and autoloadable via Composer as middlewares/skeleton.

oser require middlewares/skeleton
Example
patcher = new Dispatcher([
(new Middlewares\Skeleton())
    ->option1()
    ->option2($value)


ponse = $dispatcher->dispatch(new ServerRequest());
Options
option1()

Option description

option2($arg)

Option description


Please see CHANGELOG for more information about recent changes and CONTRIBUTING for contributing details.

The MIT License (MIT). Please see LICENSE for more information.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.