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(6mo ago)319proprietaryPHPPHP &gt;=8.2CI passing

Since Sep 4Pushed 6mo 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 1mo ago

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

40

—

FairBetter than 88% of packages

Maintenance69

Regular maintenance activity

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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

182d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/643f906d090faa757474cb506bc60789db5827961c681b4935b3df25688ecddd?d=identicon)[Appmanschap](/maintainers/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

395798.1k10](/packages/spicyweb-craft-neo)[verbb/vizy

A flexible visual editor field for Craft.

4348.6k](/packages/verbb-vizy)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[verbb/icon-picker

A slick field to pick icons from. Supports SVGs, Sprites, Webfonts, Font Awesome and more.

16162.4k4](/packages/verbb-icon-picker)[craftcms/shopify

Shopify for Craft CMS

549.2k1](/packages/craftcms-shopify)

PHPackages © 2026

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