dachcom-digital / social-data
Pimcore Social Data Bundle
Installs: 7 346
Dependents: 6
Suggesters: 0
Security: 0
Stars: 9
Watchers: 9
Forks: 1
Open Issues: 3
Type:pimcore-bundle
Requires
- doctrine/orm: ^2.7
- pimcore/pimcore: ^11.0
- symfony/form: ^6.2
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-symfony: ^3.1
- codeception/module-webdriver: ^4.0
- phpstan/phpstan: ^2.0
- phpstan/phpstan-symfony: ^2.0
- symplify/easy-coding-standard: ~12.2.0
This package is auto-updated.
Last update: 2024-12-05 16:29:15 UTC
README
This Bundles allows you to load social data from different networks like Facebook, Instagram or YouTube.
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