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(8mo ago)02MITPHPPHP ^7.2|^7.4|^8.0|^8.2

Since Nov 1Pushed 8mo agoCompare

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

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

32

—

LowBetter than 69% of packages

Maintenance61

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

243d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/102165928?v=4)[Christian Eichert](/maintainers/ecxod)[@ecxod](https://github.com/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.4k52.1M315](/packages/hashids-hashids)[mpratt/embera

Oembed consumer library. Converts urls into their html embed code. Supports 150+ sites, such as Youtube, Twitter, vimeo, Instagram etc.

3636.0M27](/packages/mpratt-embera)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[norkunas/youtube-dl-php

youtube-dl / yt-dlp wrapper for php

514353.9k17](/packages/norkunas-youtube-dl-php)[aalaap/faker-youtube

Faker provider for generating fake YouTube video URLs

2292.3k](/packages/aalaap-faker-youtube)[chellem/youtube-downloader

PHP library to download video

686.2k](/packages/chellem-youtube-downloader)

PHPackages © 2026

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