PHPackages                             it-tech/youtubeparser - 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. it-tech/youtubeparser

ActiveLibrary

it-tech/youtubeparser
=====================

Парсер каналов Youtube

v1.0.2(5y ago)013MITPHPPHP ^7.4

Since Aug 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ITT-hub/youtubeparser)[ Packagist](https://packagist.org/packages/it-tech/youtubeparser)[ RSS](/packages/it-tech-youtubeparser/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Youtube video parser
====================

[](#youtube-video-parser)

The Youtube video parser will allow you to easily select the video information of any channel. The information will contain such data as the video title, description, ID, etc.

### Installation:

[](#installation)

**Connect the composer in your file**

`composer require it-tech/youtubeparser`

**Connect vendor/autoload.php**

```
use ITTechnology\Tube\YouTubeParse;

// Initialize application
$tube    = YouTubeParse::init("Your YouTube API key", 30);

// Get channel
$chanel = $tube->chanel('YouTube channel ID');
echo 'Channel '.$chanel->items[0]->snippet->title.'';
echo "";
print_r($chanel);
echo "";

// Get channel playlists
$playlist = $tube->playlists("YouTube channel ID");
echo 'Channel playlists '.$playlist->items[0]->snippet->channelTitle.'';
echo "";
print_r($playlist);
echo "";

echo 'Playlist video '.$playlist->items[0]->snippet->title.'';

// Get video playlists
$video = $tube->video($playlist->items[0]->id);
echo "";
print_r($video);
echo "";
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2

Last Release

2094d ago

### Community

Maintainers

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

---

Top Contributors

[![ITT-hub](https://avatars.githubusercontent.com/u/55391894?v=4)](https://github.com/ITT-hub "ITT-hub (3 commits)")

### Embed Badge

![Health badge](/badges/it-tech-youtubeparser/health.svg)

```
[![Health](https://phpackages.com/badges/it-tech-youtubeparser/health.svg)](https://phpackages.com/packages/it-tech-youtubeparser)
```

PHPackages © 2026

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