storyteq/storyteq-api-php

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.0.3) of this package.

A PHP client to interact with endpoints on the Storyteq API.

Installs: 71

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/storyteq/storyteq-api-php

0.0.3 2020-08-03 11:04 UTC

This package is auto-updated.

Last update: 2024-04-29 04:39:54 UTC


README

A (incomplete) client for the Storyteq API.

Installation

composer require storyteq/storyteq-api-php

Usage

use Storyteq\Client;

$storyteq = new Client('v4', 'your-api-token');

var_dump($storyteq->readFeedData(1));