PHPackages                             appmanschap/craft-playlister - 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. appmanschap/craft-playlister

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

appmanschap/craft-playlister
============================

Import Playlists directly into CraftCMS

1.0.9(7mo ago)319proprietaryPHPPHP &gt;=8.2CI passing

Since Sep 4Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/Appmanschap/Craft-Playlister)[ Packagist](https://packagist.org/packages/appmanschap/craft-playlister)[ RSS](/packages/appmanschap-craft-playlister/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (12)Used By (0)

[![Playlister Craft plugin icon](src/icon.svg)](src/icon.svg)

Playlister for Craft CMS
========================

[](#playlister-for-craft-cms)

Playlister is a CraftCMS plugin for importing YouTube playlists into Craft. Retrieve the playlists and the corresponding videos.

Requirements
------------

[](#requirements)

This plugin requires CraftCMS 5.0.0 or later.

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

[](#installation)

To install the plugin, either install it from the plugin store, or follow these instructions:

1. Install with composer

```
composer require appmanschap/craft-playlister
```

2. Install the plugin

```
craft plugin/install craft-playlister
```

3. Add your YouTube API token in the settings.

Usage
-----

[](#usage)

You can retrieve playlists &amp; videos either by using [Fields](#fields) the [Template variables](#template-variables). Both scenarios will return a [Playlist element](#playlist-element) or [Video element](#video-element)

Fields
------

[](#fields)

Create a new Playlist Field or Video Field and add it to your entry type.

Template variables
------------------

[](#template-variables)

### craft.playlister.playlists()

[](#craftplaylisterplaylists)

Returns a PlaylistQuery. Query as you like to retrieve the playlists. Example (retrieve enabled playlists):

```
craft.playlister.playlists.enabled(true).all()
```

#### Retrieve a single playlist by the playlist id

[](#retrieve-a-single-playlist-by-the-playlist-id)

```
craft.playlister.playlists.playlistId(YOUR-PLAYLIST-ID).one()
```

### craft.playlister.videos()

[](#craftplaylistervideos)

Returns a VideoQuery. Query as you like to retrieve the videos.

#### Retrieve embeddable videos example

[](#retrieve-embeddable-videos-example)

```
craft.playlister.videos.embeddable(true).all()
```

#### Retrieve videos from a playlist

[](#retrieve-videos-from-a-playlist)

```
craft.playlister.videos.playlistId(YOUR-PLAYLIST-ID).all()
```

#### Retrieve videos with tags example

[](#retrieve-videos-with-tags-example)

```
craft.playlister.videos.tags[('awesome', 'video']).all()
```

Playlist element
----------------

[](#playlist-element)

### Method: getVideos(?bool embeddable)

[](#method-getvideosbool-embeddable)

Retrieve the videos of the playlist. The embeddable parameter will filter the query by it's value when it's available.

Video element
-------------

[](#video-element)

### Method: getThumbnail(string size)

[](#method-getthumbnailstring-size)

The method will return the first possible thumbnail url by it's given size. If no parameter is passed then it will retrieve it's known largest thumbnail url.

Possible sizes:

- default
- medium
- high
- standard
- maxres

Support
-------

[](#support)

Get in touch by [creating a Github issue](https://github.com/Appmanschap/Craft-Playlister/issues)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance62

Regular maintenance activity

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.9% 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 ~48 days

Recently: every ~102 days

Total

10

Last Release

234d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61692911?v=4)[Appmanschap](/maintainers/Appmanschap)[@Appmanschap](https://github.com/Appmanschap)

---

Top Contributors

[![GewoonRoy](https://avatars.githubusercontent.com/u/9586175?v=4)](https://github.com/GewoonRoy "GewoonRoy (50 commits)")[![MGxpwr](https://avatars.githubusercontent.com/u/3479490?v=4)](https://github.com/MGxpwr "MGxpwr (14 commits)")[![almeric](https://avatars.githubusercontent.com/u/1922968?v=4)](https://github.com/almeric "almeric (13 commits)")

---

Tags

craftcmscraftcms-pluginyoutube-api

### Embed Badge

![Health badge](/badges/appmanschap-craft-playlister/health.svg)

```
[![Health](https://phpackages.com/badges/appmanschap-craft-playlister/health.svg)](https://phpackages.com/packages/appmanschap-craft-playlister)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393813.5k10](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k33](/packages/craftcms-feed-me)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)

PHPackages © 2026

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