PHPackages                             simplissimetwitch/api-twitch - 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. [Framework](/categories/framework)
4. /
5. simplissimetwitch/api-twitch

ActiveLibrary[Framework](/categories/framework)

simplissimetwitch/api-twitch
============================

Api Twitch PHP Client

v1.0(6y ago)015MITPHPPHP &gt;=5.5

Since Jun 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alexcaussades/SimplissimeTwitch)[ Packagist](https://packagist.org/packages/simplissimetwitch/api-twitch)[ RSS](/packages/simplissimetwitch-api-twitch/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SimplissimeTwitch, PHP API TWITCH
=================================

[](#simplissimetwitch-php-api-twitch)

Installing SimplissimeTwitch
----------------------------

[](#installing-simplissimetwitch)

The recommended way to install SimplissimeTwitch is through [Composer](http://getcomposer.org).

Next, run the Composer command to install the latest stable version of SimplissimeTwitch:

```
php composer.phar require SimplissimeTwitch/apitwitch
```

After installing, you need to require Composer's autoloader

```
require 'vendor/autoload.php';
```

You can then later update SimplissimeTwitch using composer:

```
php composer.phar update
```

SimplissimeTwitch is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.

- Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc...

Change information on the class

```
/** Information of amended */
     const Streamer_Name = 'Name_Streamer'; //Replace valeur
     const Api_Twitch_ID = 'Api_Id_Twitch'; //Replace valeur
     const USER_ID_TWITCH = 'Id_Twitch'; //Replace valeur
```

```
require 'vendor/autoload.php';

use \SimplissimeTwitch\ApiTwitch as api;
$ui = new api();
```

id streamer :

```
$ui->getUsers('_id')
```

name streamer

```
$ui->getUsers('display_name')
```

total of follows :

```
$ui->follow('_total')
```

title of Live :

```
$ui->getstatus()
```

name of game :

```
$ui->getgame()
```

listing followers of streamer:

```
$ui->followListe()
```

Help and docs
-------------

[](#help-and-docs)

- [Help Slack](https://join.slack.com/t/alexcaussades/shared_invite/enQtNTMyNDI4NTU1ODU5LWFkYmM3NWY1N2I0OGRlOWIzOGUwNDRmZjZhY2U2OWQ0OWIzYzgwZWNkMWJkODhlNWQ4YTBkYzc0ZGE4YTQ3OTU)
- [Help Discord](https://discord.gg/36ae6Hr)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

2534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7e662099a6934291419b8f3f34d66958f5b22b0b9baf90fa4654e1ec5af9a4a?d=identicon)[Alexcaussades](/maintainers/Alexcaussades)

---

Top Contributors

[![alexcaussades](https://avatars.githubusercontent.com/u/27455689?v=4)](https://github.com/alexcaussades "alexcaussades (7 commits)")

---

Tags

apiclienthttpsimplissimetwitchhttpstreamapiclientframeworkrestcurlhttp clientweb servicetwitchstreamerapi\_twitchRapide

### Embed Badge

![Health badge](/badges/simplissimetwitch-api-twitch/health.svg)

```
[![Health](https://phpackages.com/badges/simplissimetwitch-api-twitch/health.svg)](https://phpackages.com/packages/simplissimetwitch-api-twitch)
```

###  Alternatives

[eightpoints/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

312.1M5](/packages/eightpoints-guzzle-wsse-middleware)[gregurco/guzzle-bundle-oauth2-plugin

OAuth2 Plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

13348.3k](/packages/gregurco-guzzle-bundle-oauth2-plugin)[gregurco/guzzle-bundle-cache-plugin

Cache Plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients

11372.1k1](/packages/gregurco-guzzle-bundle-cache-plugin)

PHPackages © 2026

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