dachcom-digital/social-data

Pimcore Social Data Bundle

v3.0.0 2023-11-07 11:08 UTC

This package is auto-updated.

Last update: 2024-11-15 07:08:17 UTC


README

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.0.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

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

Upgrade Info

Before updating, please check our upgrade notes!