sclinternet/scl-request-response

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

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

This package is not auto-updated.

Last update: 2024-03-16 11:42:12 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