sclinternet/scl-request-response

Library for exchanging request and reponse packets with a service provider.

Installs: 1 073

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 3

Open Issues: 0

pkg:composer/sclinternet/scl-request-response

dev-master 2013-06-02 20:16 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:23:47 UTC


README

A library for developing systems which need to communicate with APIs which send a response for each request sent.

Requires

sclinternet/SclSocket

Intallation

Add the following to your composer.json file

{
    "require": {
        "sclinternet/scl-request-response": "dev-master"
    }
}

Usage