PHPackages                             level51/silverstripe-youtubesync - 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. level51/silverstripe-youtubesync

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

level51/silverstripe-youtubesync
================================

A SilverStripe module for syncing videos with Youtube

0.1.4(8y ago)0531[4 PRs](https://github.com/Level51/silverstripe-youtubesync/pulls)PHP

Since Aug 19Pushed 8y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

YoutubeSync - A SilverStripe module for syncing your videos with youtube
========================================================================

[](#youtubesync---a-silverstripe-module-for-syncing-your-videos-with-youtube)

**YoutubeSync** is the module of your choice, if you like to show your youtube videos on your homepage. It allows you to fetch videos from Youtube by just giving your username and a valid API key. The videos are stored in the database with a custom DataObject, so the API must not be called on every page load.

Maintainers
-----------

[](#maintainers)

- Daniel Kliemsch

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

[](#installation)

```
composer require level51/silverstripe-youtubesync

```

Setup
-----

[](#setup)

1. Be sure that the module is in a folder **youtubesync/** on the root of the project.
2. `sake dev/build "flush=all"`, depending on your config you might have to do this via URI in the browser.
3. Checkout the [google developers console](https://console.developers.google.com) and:
    - Activate the YouTube Data API
    - Create a API key (Browser key) in the **Credentials** section
4. Go to the CMS settings and put your key and username in the Youtube tab
5. Take a look in the Youtube model admin ... and sync for the first time
6. You can use the videos in your pages - all you need is a getter - or you can take a look in the basic **YoutubeVideoPage** contained in the module

Features
--------

[](#features)

- Fetching your Youtube videos - by just giving your username and a valid API key
- A YoutubeVideo DataObject for storage in the database
- A GridField action that allows you to sync with youtube
- The sync is done manually in the backend - so it's not necessary to call the API on each pageload
- The title and description of the fetched videos can be edited - and will not be overwritten on the next sync
- Thanks to the [sortablegridfield module](https://github.com/UndefinedOffset/SortableGridField) the records are also sortable
- A checkbox allows you to hide some videos
- A model admin for the whole process
- A basic page type, that shows the usage (including a basic template)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~239 days

Total

5

Last Release

2968d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/441f0e8f95c17048417a33f37e35d5ffdd4c07902cbedaf7f5786f4b7c454284?d=identicon)[JZubero](/maintainers/JZubero)

---

Top Contributors

[![dkliemsch](https://avatars.githubusercontent.com/u/13777159?v=4)](https://github.com/dkliemsch "dkliemsch (4 commits)")[![JZubero](https://avatars.githubusercontent.com/u/13751426?v=4)](https://github.com/JZubero "JZubero (2 commits)")

### Embed Badge

![Health badge](/badges/level51-silverstripe-youtubesync/health.svg)

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

PHPackages © 2026

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