nia/requestresponse

nia interface collection component request response design pattern.

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.0 2016-02-06 23:52 UTC

This package is not auto-updated.

Last update: 2022-03-11 06:42:25 UTC


README

Collection of interfaces to implement a request and response pattern.

Installation

Require this package with Composer.

	composer require nia/requestresponse

How to use

You need a concrete implementation of your environment like CLI, HTTP, FTP or ... to use this pattern. You will find a CLI implementation of this component in the nia/requestresponse-cli component.