storyteq / storyteq-api-php

Storyteq API client for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storyteq API PHP Client

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));

About

Storyteq API client for PHP

License:Other


Languages

Language:PHP 100.0%