Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

storyteq/storyteq-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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