Skip to content

A PHP interface to the Gfycat API. for laravel and other frameworks

License

Notifications You must be signed in to change notification settings

kevincobain2000/gfycat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gfycat API

PHP Interface to Gfycat, GET and SEARCH

Install

composer require kevincobain2000/gfycat
composer update -vvv

Setup

Get Your ClientId and ClientSecret from Gfycat developer console

Usage

Get

$gfycat = new Gfycat($this->clientId, $this->clientSecret);

$gfyid = 'heartfeltsorrowfulbushsqueaker';
$response = $gfycat->get($gfyid);

Search

$gfycat = new Gfycat($this->clientId, $this->clientSecret);

$query = 'keywords';
$response = $gfycat->search($query);

Tests

vendor/bin/phpunit

About

A PHP interface to the Gfycat API. for laravel and other frameworks

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages