PHPackages                             ecxod/youtube - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ecxod/youtube

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ecxod/youtube
=============

Langweilige Library des Ecxod Projekts

1.0.2(6mo ago)02MITPHPPHP ^7.2|^7.4|^8.0|^8.2

Since Nov 1Pushed 6mo agoCompare

[ Source](https://github.com/ecxod/youtube)[ Packagist](https://packagist.org/packages/ecxod/youtube)[ RSS](/packages/ecxod-youtube/feed)WikiDiscussions master Synced 1mo ago

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

**Explanation of the workflow**

1. **Channel request** – Retrieves statistics, the channel’s creation date, and the ID of the “uploads” playlist that contains every video the channel has posted.
2. **Playlist pagination** – The uploads playlist is read in pages of up to 50 items (the API limit). Each video’s ID, title, and publish date are stored.
3. **Batch statistics** – Video view counts are fetched in batches of 50 IDs (the maximum allowed per `videos.list` call) and merged back into the upload array.

The returned array looks like:

```
[
    'subscribers'  => 123456,
    'creationDate' => '2007-04-23T07:00:00Z',
    'totalViews'   => 987654321,
    'totalUploads' => 342,
    'uploads' => [
        [
            'videoId'     => 'a1b2c3d4e5',
            'title'       => 'First video',
            'publishedAt' => '2007-05-01T12:34:56Z',
            'viewCount'   => 12345,
        ],
        // …more videos
    ],
];
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance66

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

3

Last Release

198d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

youtubeyoutubeytecxod

### Embed Badge

![Health badge](/badges/ecxod-youtube/health.svg)

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

###  Alternatives

[hashids/hashids

Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers

5.4k48.6M278](/packages/hashids-hashids)[norkunas/youtube-dl-php

youtube-dl / yt-dlp wrapper for php

512323.2k15](/packages/norkunas-youtube-dl-php)[aalaap/faker-youtube

Faker provider for generating fake YouTube video URLs

2288.6k](/packages/aalaap-faker-youtube)[light/hashids

Hashids for Yii2

1120.2k](/packages/light-hashids)

PHPackages © 2026

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