PHPackages                             littlegiant/silverstripe-youtubefeed - 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. littlegiant/silverstripe-youtubefeed

ActiveSilverstripe-module[API Development](/categories/api)

littlegiant/silverstripe-youtubefeed
====================================

YouTubeFeed requests videos from an authenticated YouTube 'My Uploads' feed and converts them into YouTubeVideo DataObjects.

2.1.0(9y ago)121.3k5[1 issues](https://github.com/littlegiant/silverstripe-youtubefeed/issues)MITPHP

Since Sep 1Pushed 9y ago9 watchersCompare

[ Source](https://github.com/littlegiant/silverstripe-youtubefeed)[ Packagist](https://packagist.org/packages/littlegiant/silverstripe-youtubefeed)[ Docs](https://github.com/Little-Giant/silverstripe-youtubefeed)[ RSS](/packages/littlegiant-silverstripe-youtubefeed/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

SilverStripe YouTube Feed
=========================

[](#silverstripe-youtube-feed)

Requests videos from an authenticated YouTube 'My Uploads' feed and converts them into YouTubeVideo DataObjects.

Features
--------

[](#features)

- Configurable auto-update interval (disabled by default)
- CLI task YouTubeFeedTask `framework/sake YouTubeFeedTask flush=all`
- Stores video information into YouTubeVideo DataObject.

Installation
------------

[](#installation)

Installation via composer

```
$ composer require littlegiant/silverstripe-youtubefeed
```

You're then required to create an application at [Google Developers Console](https://console.developers.google.com/).

1. Click 'Create Project'
2. Under "APIs &amp; auth" &gt; "APIs" enable "YouTube Data API"
3. Under "APIs &amp; auth" &gt; "Credentials" click "Add credentials" (OAuth2 Client ID) then 'Configure consent screen' and enter your project name
4. The 'Application Type' should be 'Web application' then for 'Authorized redirect URIs' enter `http://yoursitename.tld/youtube/authenticate` then "Create"
5. Enter your `Client ID` and `Client Secret` into Settings in the CMS

### Options

[](#options)

Auto-update is disabled by default, and can be enabled within the CMS Settings "YouTube" tab.

### Extending YouTube Feed

[](#extending-youtube-feed)

- `onAfterCreate(YouTubeVideo $videoObject)`

Called after a YouTubeVideo DataObject is created as a result of being found in a playlist of the connected YouTube account.

```
public function onAfterCreate(YouTubeVideo $videoObject)
{
    // Do something with the newly created $videoObject
}
```

### Contributing

[](#contributing)

Submit a pull request or issue and i'll try reply on the same working day.

### Code guidelines

[](#code-guidelines)

This project follows the standards defined in:

- [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
- [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md)
- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

3387d ago

Major Versions

1.0.1 → 2.0.02016-09-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1953220?v=4)[Stevie Mayhew](/maintainers/stevie-mayhew)[@stevie-mayhew](https://github.com/stevie-mayhew)

![](https://www.gravatar.com/avatar/13a1b78f31cdad3eecbe5d11aadc3f5c527f76cde37710ab91dc03c42565f152?d=identicon)[RyanPotter](/maintainers/RyanPotter)

![](https://www.gravatar.com/avatar/8903fc6fd54fe13056d858f08b2a6b65dd8f15ebbc38fe08090d7b997e6604d6?d=identicon)[Olliepop](/maintainers/Olliepop)

---

Top Contributors

[![stevie-mayhew](https://avatars.githubusercontent.com/u/1953220?v=4)](https://github.com/stevie-mayhew "stevie-mayhew (4 commits)")[![olliepop](https://avatars.githubusercontent.com/u/273030?v=4)](https://github.com/olliepop "olliepop (3 commits)")[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (2 commits)")

---

Tags

silverstripeyoutube

### Embed Badge

![Health badge](/badges/littlegiant-silverstripe-youtubefeed/health.svg)

```
[![Health](https://phpackages.com/badges/littlegiant-silverstripe-youtubefeed/health.svg)](https://phpackages.com/packages/littlegiant-silverstripe-youtubefeed)
```

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[silverstripe/graphql

GraphQL server for SilverStripe models and other data

512.5M24](/packages/silverstripe-graphql)[tomshaw/google-api

A Laravel Google API Client.

601.8k](/packages/tomshaw-google-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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