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. Email us for help if needed.

Installs: 664

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/nia/requestresponse

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.