serendipity_hq/api_connect

This package is abandoned and no longer maintained. No replacement package was suggested.

Connect to a remote API

Installs: 322

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/serendipity_hq/api_connect

0.4.0 2015-08-18 16:53 UTC

This package is auto-updated.

Last update: 2020-07-14 10:30:01 UTC


README

Latest Stable Version Build Status Test Coverage Code Climate Total Downloads License

A simple class to connect to remote APIs.

EXAMPLE USAGE

$connection->setAPIEndPoint(self::API_ENDPOINT);
$connection->setHashAlgorithm(self::HASH_ALGORITHM);
$connection->callRemote('orders');