PHPackages                             dachcom-digital/social-data - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dachcom-digital/social-data

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

dachcom-digital/social-data
===========================

Pimcore Social Data Bundle

v3.1.0(1y ago)910.8k↓26.2%[4 issues](https://github.com/dachcom-digital/pimcore-social-data/issues)6GPL-3.0-or-laterPHPCI failing

Since Oct 22Pushed 4mo ago7 watchersCompare

[ Source](https://github.com/dachcom-digital/pimcore-social-data)[ Packagist](https://packagist.org/packages/dachcom-digital/social-data)[ Docs](https://github.com/dachcom-digital/pimcore-social-data)[ RSS](/packages/dachcom-digital-social-data/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (9)Versions (8)Used By (6)

Pimcore Social Data Bundle
==========================

[](#pimcore-social-data-bundle)

---

Important

This bundle will **not** be compatible with Pimcore 12 or any future Pimcore versions.

For all future development, updates, and documentation, please refer to [opendxp.io](https://www.opendxp.io):

- Access the latest info here:
- Migration of Dachcom Digital Bundles:

**Note:** We are open to partnerships for those interested in porting this bundle to future versions.

For inquiries, please contact:

---

[![Software License](https://camo.githubusercontent.com/cad8c16a3d580a69d8923c98d8de25d21cb00fa54fa60a856a8e1ca657f79db4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Software License](https://camo.githubusercontent.com/e97037437574223b9032209d2ded216fae3bacdc9e5eeed04eb89f2b83a97ba7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d44434c2d77686974652e7376673f7374796c653d666c61742d73717561726526636f6c6f723d253233666635633563)](LICENSE.md)[![Latest Release](https://camo.githubusercontent.com/fe8a3b67f561fc8aeb535ee16766c3f8b6329b2f0b904d66a9f7c271aa4be1a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616368636f6d2d6469676974616c2f736f6369616c2d646174612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dachcom-digital/social-data)[![Tests](https://camo.githubusercontent.com/9d18d397242f1b9c09aaccabbfb121b1428bdabf18d4087f6f47ceb240c5287e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612f2e6769746875622f776f726b666c6f77732f636f646563657074696f6e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d636f646563657074696f6e)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3ACodeception+branch%3Amaster)[![PhpStan](https://camo.githubusercontent.com/2c64d91653e5531e8e2765e570e21b7a243965d2fc4f64f8b4a4643f7856c407/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612f2e6769746875622f776f726b666c6f77732f7068702d7374616e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d7068707374616e2532306c6576656c25323034)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3A%22PHP+Stan%22+branch%3Amaster)

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

[![image](https://user-images.githubusercontent.com/700119/94448014-bce31980-01aa-11eb-8869-e38bde73d253.png)](https://user-images.githubusercontent.com/700119/94448014-bce31980-01aa-11eb-8869-e38bde73d253.png)

### Release Plan

[](#release-plan)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsRelease DateMaintainedBranch**3.x**`11.0``6.2`07.11.2023Feature Branchmaster**2.x**`10.1` - `10.6``5.4`05.01.2022Unsupported[2.x](https://github.com/dachcom-digital/pimcore-social-data/tree/2.x)**1.x**`6.0` - `6.9``3.4`, `^4.4`27.04.2020Unsupported[1.x](https://github.com/dachcom-digital/pimcore-social-data/tree/1.x)Installation
------------

[](#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
---------

[](#upgrading)

- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'SocialDataBundle\Migrations'`

Usage
-----

[](#usage)

This Bundle needs some preparation. Please check out the [Setup](docs/00_Setup.md) guide first.

Further Information
-------------------

[](#further-information)

- [Setup](docs/00_Setup.md)
- [Connectors](./docs/10_Connectors.md)
    - [Facebook](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector)
    - [Instagram](https://github.com/dachcom-digital/pimcore-social-data-instagram-connector)
    - [Twitter](https://github.com/dachcom-digital/pimcore-social-data-twitter-connector)
    - [Youtube](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector)
    - [LinkedIn](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector)
    - [WeChat](https://github.com/dachcom-digital/pimcore-social-data-wechat-connector) EOL!
- [Walls And Feeds](docs/11_WallsAndFeeds.md)
- [Events](docs/12_Events.md)
- [Frontend Usage](docs/13_FrontendUsage.md)
- [Logging](docs/20_Logging.md)
- [Custom Connector](docs/30_CustomConnector.md)

Upgrade Info
------------

[](#upgrade-info)

Before updating, please [check our upgrade notes!](UPGRADE.md)

License
-------

[](#license)

**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com),
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance50

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~251 days

Recently: every ~266 days

Total

7

Last Release

575d ago

Major Versions

1.x-dev → v2.0.02022-01-05

2.x-dev → v3.0.02023-11-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/700119?v=4)[Stefan Hagspiel](/maintainers/solverat)[@solverat](https://github.com/solverat)

---

Top Contributors

[![solverat](https://avatars.githubusercontent.com/u/700119?v=4)](https://github.com/solverat "solverat (77 commits)")[![pascalmoser](https://avatars.githubusercontent.com/u/7426193?v=4)](https://github.com/pascalmoser "pascalmoser (3 commits)")

---

Tags

pimcoresocialsocial-datasocial-wallfeedsocialpimcoreSocial Wall

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dachcom-digital-social-data/health.svg)

```
[![Health](https://phpackages.com/badges/dachcom-digital-social-data/health.svg)](https://phpackages.com/packages/dachcom-digital-social-data)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kibatic/datagrid-bundle

Datagrid for Symfony

1419.5k](/packages/kibatic-datagrid-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
