https://github.com/storyteq/storyteq-api-php
Storyteq API client for PHP
https://github.com/storyteq/storyteq-api-php
api api-wrapper composer laravel library package stand-alone storyteq wrapper
Last synced: 6 months ago
JSON representation
Storyteq API client for PHP
- Host: GitHub
- URL: https://github.com/storyteq/storyteq-api-php
- Owner: storyteq
- License: other
- Archived: true
- Created: 2017-07-17T22:47:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T11:05:28.000Z (almost 6 years ago)
- Last Synced: 2025-08-14T03:53:01.423Z (11 months ago)
- Topics: api, api-wrapper, composer, laravel, library, package, stand-alone, storyteq, wrapper
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storyteq API PHP Client
A (incomplete) client for the Storyteq API.
## Installation
```
composer require storyteq/storyteq-api-php
```
## Usage
```php
use Storyteq\Client;
$storyteq = new Client('v4', 'your-api-token');
var_dump($storyteq->readFeedData(1));
```