PHPackages                             shreejalmaharjan-27/php-fakeyou - 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. shreejalmaharjan-27/php-fakeyou

ActiveLibrary

shreejalmaharjan-27/php-fakeyou
===============================

A PHP interface to interact with FakeYou APIs

04PHP

Since May 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/shreejalmaharjan-27/php-fakeyou)[ Packagist](https://packagist.org/packages/shreejalmaharjan-27/php-fakeyou)[ RSS](/packages/shreejalmaharjan-27-php-fakeyou/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP FakeYou
===========

[](#php-fakeyou)

A library to interact with FakeYou APIs

Usage
-----

[](#usage)

Install

```
composer require shreejalmaharjan-27/php-fakeyou

```

Import library

```
use Shreejalmaharjan27\PhpFakeyou\FakeYou;
```

Create Object

```
$api = new FakeYou();
```

(Optional) Login to your FakeYou account

```
$api->login('joe@example.com', '12345678');
```

Audio Generation

```
/**
 * @param string The message to be converted to audio
 * @param string The model to be used for the audio
 */
$audio = $api->audio('Hello world', 'TM:fxq6hnfc3rht');
```

Check If Audio has been generated

```
/**
 * @param string Job Token
 * @param string Type of Check (lipsync/audio)
 */
$check = $api->check($audio['inference_job_token'], 'tts');

var_dump($check);
```

LipSync Generation

```
$video = $api->lipsync('https://example.com/audio.wav', 'WT:fp46xr2zewkt7yv14ptbehb1fcnth');
```

Check if video has been generated

```
/**
 * @param string Job Token
 * @param string Type of Check (lipsync/audio)
 */
$check = $api->check($video['inference_job_token'], 'lipsync');

var_dump($check);
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b3863aebef5a5a447b4011272aaffa4692bc44c1efa1f846ad00dc4b10018c9?d=identicon)[shreejalmaharjan-27](/maintainers/shreejalmaharjan-27)

---

Top Contributors

[![shreejalmaharjan-27](https://avatars.githubusercontent.com/u/58314282?v=4)](https://github.com/shreejalmaharjan-27 "shreejalmaharjan-27 (4 commits)")

---

Tags

fakeyoufakeyouapiphp

### Embed Badge

![Health badge](/badges/shreejalmaharjan-27-php-fakeyou/health.svg)

```
[![Health](https://phpackages.com/badges/shreejalmaharjan-27-php-fakeyou/health.svg)](https://phpackages.com/packages/shreejalmaharjan-27-php-fakeyou)
```

PHPackages © 2026

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