dachcom-digital/social-data

Pimcore Social Data Bundle

v3.1.0 2024-12-05 16:26 UTC

README

Software License Software License Latest Release Tests PhpStan

This Bundles allows you to load social data from different networks like Facebook, Instagram or YouTube.

image

Release Plan

Installation

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

Add Bundle to bundles.php:

return [
    SocialDataBundle\SocialDataBundle::class => ['all' => true],
];
  • Execute: $ bin/console pimcore:bundle:install SocialDataBundle

Upgrading

  • Execute: $ bin/console doctrine:migrations:migrate --prefix '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, dcdi@dachcom.ch
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit LICENSE.md