dachcom-digital / social-data
Pimcore Social Data Bundle
Installs: 6 953
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: ^1.0
- phpstan/phpstan-symfony: ^1.0
- symplify/easy-coding-standard: ^9.0
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.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!