appserver-io-psr/servlet

PSR, for a PHP based servlet engine


Keywords
php, interface, servlet
License
OSL-3.0

Documentation

PSR, for a PHP based servlet engine

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

This library provides all necessary interfaces to implement a PHP based servlet engine.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io-psr/servlet": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links