PHPackages                             kevincobain2000/gfycat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kevincobain2000/gfycat

ActiveLibrary

kevincobain2000/gfycat
======================

A PHP interface to the Gfycat API.

v1.0(8y ago)164MITPHP

Since Nov 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kevincobain2000/gfycat)[ Packagist](https://packagist.org/packages/kevincobain2000/gfycat)[ Docs](https://github.com/kevincobain2000/gfycat)[ RSS](/packages/kevincobain2000-gfycat/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Gfycat API
----------

[](#gfycat-api)

PHP Interface to Gfycat, GET and SEARCH

Install
-------

[](#install)

```
composer require kevincobain2000/gfycat
composer update -vvv

```

Setup
-----

[](#setup)

Get Your ClientId and ClientSecret from Gfycat developer console

Usage
-----

[](#usage)

### Get

[](#get)

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

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

```

### Search

[](#search)

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

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

```

Tests
-----

[](#tests)

```
vendor/bin/phpunit

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3100d ago

### Community

---

Top Contributors

[![kevincobain2000](https://avatars.githubusercontent.com/u/629055?v=4)](https://github.com/kevincobain2000 "kevincobain2000 (3 commits)")

---

Tags

gfycatgfycat-api

### Embed Badge

![Health badge](/badges/kevincobain2000-gfycat/health.svg)

```
[![Health](https://phpackages.com/badges/kevincobain2000-gfycat/health.svg)](https://phpackages.com/packages/kevincobain2000-gfycat)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
