PHPackages                             pierreminiggio/heropost-and-youtube-api-based-video-poster - 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. [API Development](/categories/api)
4. /
5. pierreminiggio/heropost-and-youtube-api-based-video-poster

ActiveLibrary[API Development](/categories/api)

pierreminiggio/heropost-and-youtube-api-based-video-poster
==========================================================

2.0.0(3y ago)225PHPPHP &gt;=8.0.0

Since Apr 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pierreminiggio/heropost-and-youtube-api-based-video-poster)[ Packagist](https://packagist.org/packages/pierreminiggio/heropost-and-youtube-api-based-video-poster)[ RSS](/packages/pierreminiggio-heropost-and-youtube-api-based-video-poster/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (7)Versions (8)Used By (0)

Install using composer :

```
composer require pierreminiggio/heropost-and-youtube-api-based-video-poster

```

```
use PierreMiniggio\GoogleTokenRefresher\GoogleClient;
use PierreMiniggio\HeropostAndYoutubeAPIBasedVideoPoster\Video;
use PierreMiniggio\HeropostAndYoutubeAPIBasedVideoPoster\VideoPosterFactory;
use PierreMiniggio\HeropostYoutubePosting\YoutubeCategoriesEnum;
use PierreMiniggio\HeropostYoutubePosting\YoutubeVideo;
use Psr\Log\LoggerInterface;

require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';

class TestLogger implements LoggerInterface
{

    public function emergency($message, array $context = [])
    {
        $this->log('emergency', $message, $context);
    }

    public function alert($message, array $context = [])
    {
        $this->log('alert', $message, $context);
    }

    public function critical($message, array $context = [])
    {
        $this->log('critical', $message, $context);
    }

    public function error($message, array $context = [])
    {
        $this->log('error', $message, $context);
    }

    public function warning($message, array $context = [])
    {
        $this->log('warning', $message, $context);
    }

    public function notice($message, array $context = [])
    {
        $this->log('notice', $message, $context);
    }

    public function info($message, array $context = [])
    {
        $this->log('info', $message, $context);
    }

    public function debug($message, array $context = [])
    {
        $this->log('debug', $message, $context);
    }

    public function log($level, $message, array $context = [])
    {
        var_dump($level, $message, $context);
    }
}

$poster = (new VideoPosterFactory())->make(new TestLogger());
$poster->post(
    'login',
    'password',
    'youtubeChannelId',
    new Video(
        new YoutubeVideo(
            'title',
            'description',
            YoutubeCategoriesEnum::EDUCATION
        ),
        ['tag1', 'tag2', 'tag3'],
        false,
        'video.mp4',
        'thumbnail.png'
    ),
    new GoogleClient(
        'clientId',
        'clientSecret',
        'refreshToken'
    )
);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~68 days

Recently: every ~102 days

Total

7

Last Release

1436d ago

Major Versions

1.1.2 → 2.0.02022-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c457f516287c1c035539acf5f6c4a4158da7bcf27d134f14c9c6fd3e5f7f50a?d=identicon)[pierreminiggio](/maintainers/pierreminiggio)

---

Top Contributors

[![pierreminiggio](https://avatars.githubusercontent.com/u/35456349?v=4)](https://github.com/pierreminiggio "pierreminiggio (25 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pierreminiggio-heropost-and-youtube-api-based-video-poster/health.svg)

```
[![Health](https://phpackages.com/badges/pierreminiggio-heropost-and-youtube-api-based-video-poster/health.svg)](https://phpackages.com/packages/pierreminiggio-heropost-and-youtube-api-based-video-poster)
```

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)

PHPackages © 2026

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