Social Data Bundle
This Bundles allows you to load social data from different networks like Facebook, Instagram or YouTube.
Release Plan
| Release | Supported OpenDXP Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|---|
| 1.x | 1.0 | 7.4 | 18.02.2026 | Feature Branch | 1.x |
Installation
"require" : {
"open-dxp/social-data-bundle" : "~1.0.0",
}
Add Bundle to bundles.php:
return [
OpenDxp\Bundle\SocialDataBundle\OpenDxpSocialDataBundle::class => ['all' => true],
];
- Execute:
$ bin/console opendxp:bundle:install OpenDxpSocialDataBundle
Upgrading
- Execute:
$ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\SocialDataBundle\Migrations'
Usage
This Bundle needs some preparation. Please check out the Setup guide first.
Further Information
Upgrade Info
Before updating, please check our upgrade notes!
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2026 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md