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-09-07 13:11:29 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

Copyright and license

Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!