PHPackages                             dachcom-digital/social-data-youtube-connector - 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. dachcom-digital/social-data-youtube-connector

ActivePimcore-social-data-connector-bundle[Utility &amp; Helpers](/categories/utility)

dachcom-digital/social-data-youtube-connector
=============================================

Pimcore Social Data Youtube Connector

v3.1.0(1y ago)03.5kGPL-3.0-or-laterPHPCI failing

Since Oct 22Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector)[ Packagist](https://packagist.org/packages/dachcom-digital/social-data-youtube-connector)[ Docs](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector)[ RSS](/packages/dachcom-digital-social-data-youtube-connector/feed)WikiDiscussions master Synced 1mo ago

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

Pimcore Social Data - YouTube Connector
=======================================

[](#pimcore-social-data---youtube-connector)

---

Important

This bundle will **not** be compatible with Pimcore 12 or any future Pimcore versions.

For all future development, updates, and documentation, please refer to [opendxp.io](https://www.opendxp.io):

- Access the latest info here:
- Migration of Dachcom Digital Bundles:

**Note:** We are open to partnerships for those interested in porting this bundle to future versions.

For inquiries, please contact:

---

[![Software License](https://camo.githubusercontent.com/cad8c16a3d580a69d8923c98d8de25d21cb00fa54fa60a856a8e1ca657f79db4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Software License](https://camo.githubusercontent.com/e97037437574223b9032209d2ded216fae3bacdc9e5eeed04eb89f2b83a97ba7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d44434c2d77686974652e7376673f7374796c653d666c61742d73717561726526636f6c6f723d253233666635633563)](LICENSE.md)[![Latest Release](https://camo.githubusercontent.com/3fff530741a09967e966d477a254016a6e399001a2c5f808c455771269f6de20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616368636f6d2d6469676974616c2f736f6369616c2d646174612d796f75747562652d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dachcom-digital/social-data-youtube-connector)[![Tests](https://camo.githubusercontent.com/1f32a5c99add7788f69fb2c2deaf85814fd62c956707a6c995a6c464e23ec162/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d796f75747562652d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f636f646563657074696f6e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d636f646563657074696f6e)](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector/actions?query=workflow%3ACodeception+branch%3Amaster)[![PhpStan](https://camo.githubusercontent.com/aa0d824144a6f18b4a6ceda535aa32bcd9c5e7e34acff109de13f21c0955aa59/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d796f75747562652d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f7068702d7374616e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d7068707374616e2532306c6576656c25323034)](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector/actions?query=workflow%3A%22PHP+Stan%22+branch%3Amaster)

This Connector allows you to fetch social posts from YouTube.

[![image](https://user-images.githubusercontent.com/700119/96834100-b52d3280-1441-11eb-9049-a2165c7f2770.png)](https://user-images.githubusercontent.com/700119/96834100-b52d3280-1441-11eb-9049-a2165c7f2770.png)

### Release Plan

[](#release-plan)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsRelease DateMaintainedBranch**3.x**`11.0``6.2`07.11.2023Feature Branchmaster**2.x**`10.1` - `10.6``5.4`05.01.2022Unsupported[2.x](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector/tree/2.x)**1.x**`6.0` - `6.9``3.4`, `^4.4`22.10.2020Unsupported[1.x](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector/tree/1.x)Installation
------------

[](#installation)

### I. Add Dependency

[](#i-add-dependency)

```
"require" : {
    "dachcom-digital/social-data" : "~3.1.0",
    "dachcom-digital/social-data-youtube-connector" : "~3.1.0",
}
```

Add Bundle to `bundles.php`:

```
return [
    SocialData\Connector\Youtube\SocialDataYoutubeConnectorBundle::class => ['all' => true],
];
```

### Install Assets

[](#install-assets)

```
bin/console assets:install public --relative --symlink
```

Enable Connector
----------------

[](#enable-connector)

```
# config/packages/social_data.yaml
social_data:
    social_post_data_class: SocialPost
    available_connectors:
        -   connector_name: youtube
```

YouTube Backoffice
------------------

[](#youtube-backoffice)

Some hints to set up your YouTube app:

- Create API Key on
- Enable YouTube API v3:

Connector Configuration
-----------------------

[](#connector-configuration)

[![image](https://user-images.githubusercontent.com/700119/96833921-70a19700-1441-11eb-9180-5bed8e1e843f.png)](https://user-images.githubusercontent.com/700119/96833921-70a19700-1441-11eb-9180-5bed8e1e843f.png)

Now head back to the backend (`System` =&gt; `Social Data` =&gt; `Connector Configuration`) and checkout the YouTube tab.

- Click on `Install`
- Click on `Enable`

Connection
----------

[](#connection)

YouTube is auto connected after a valid API Key has been set.

Feed Configuration
------------------

[](#feed-configuration)

NameDescription`Fetch Type`Choose the fetch type. Values: `Client ID` or `Playlist ID``Value`The client id or playlist id`Limit`Define a limit to restrict the amount of social posts to import (Default: 50)Third-Party Requirements
------------------------

[](#third-party-requirements)

To use this connector, this bundle requires some additional packages:

- [google/apiclient](https://github.com/googleapis/google-api-php-client): Required for Google API (Mostly already installed within a PIMCORE installation)

---

Upgrade Info
------------

[](#upgrade-info)

Before updating, please [check our upgrade notes!](UPGRADE.md)

License
-------

[](#license)

**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com),
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance65

Regular maintenance activity

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Recently: every ~355 days

Total

6

Last Release

524d ago

Major Versions

1.x-dev → v2.0.02022-01-05

2.x-dev → v3.0.02023-11-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/700119?v=4)[Stefan Hagspiel](/maintainers/solverat)[@solverat](https://github.com/solverat)

---

Top Contributors

[![solverat](https://avatars.githubusercontent.com/u/700119?v=4)](https://github.com/solverat "solverat (32 commits)")

---

Tags

pimcorepimcore-bundlesocial-datayoutubefeedyoutubesocialpimcoreSocial Wall

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dachcom-digital-social-data-youtube-connector/health.svg)

```
[![Health](https://phpackages.com/badges/dachcom-digital-social-data-youtube-connector/health.svg)](https://phpackages.com/packages/dachcom-digital-social-data-youtube-connector)
```

###  Alternatives

[hashids/hashids

Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers

5.5k48.6M278](/packages/hashids-hashids)[suin/php-rss-writer

Yet another simple RSS writer library for PHP 5.4 or later.

2651.4M20](/packages/suin-php-rss-writer)[norkunas/youtube-dl-php

youtube-dl / yt-dlp wrapper for php

512323.2k15](/packages/norkunas-youtube-dl-php)[social-links/social-links

PHP library to generate share buttons

112338.6k2](/packages/social-links-social-links)[davmixcool/php-sentiment-analyzer

PHP Sentiment Analyzer is a lexicon and rule-based sentiment analysis tool that is used to understand sentiments in a sentence using VADER (Valence Aware Dictionary and sentiment Reasoner).

138151.7k1](/packages/davmixcool-php-sentiment-analyzer)[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)

PHPackages © 2026

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