PHPackages                             dachcom-digital/social-data-twitter-connector - 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-twitter-connector

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

dachcom-digital/social-data-twitter-connector
=============================================

Pimcore Social Data Twitter Connector

v3.2.0(1y ago)0596GPL-3.0-or-laterPHPCI failing

Since Oct 16Pushed 4mo ago6 watchersCompare

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

READMEChangelog (5)Dependencies (8)Versions (8)Used By (0)

Pimcore Social Data - X (Twitter) Connector
===========================================

[](#pimcore-social-data---x-twitter-connector)

---

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/206ecb9cd5b2c7c56a9f6751b281cf528a007a1329799bf2fda915a97d64cd02/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616368636f6d2d6469676974616c2f736f6369616c2d646174612d747769747465722d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dachcom-digital/social-data-twitter-connector)[![Tests](https://camo.githubusercontent.com/471cf3adef1a43fc92cb432151c0991a246b566b7cd8d5dc938dc6cf6d1e54dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d747769747465722d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f636f646563657074696f6e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d636f646563657074696f6e)](https://github.com/dachcom-digital/pimcore-social-data-twitter-connector/actions?query=workflow%3ACodeception+branch%3Amaster)[![PhpStan](https://camo.githubusercontent.com/6f6895c271af56e01f5a9dc5f278196fb162aeeaee77da74137c881d756320e0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d747769747465722d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f7068702d7374616e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d7068707374616e2532306c6576656c25323034)](https://github.com/dachcom-digital/pimcore-social-data-twitter-connector/actions?query=workflow%3A%22PHP+Stan%22+branch%3Amaster)

This Connector allows you to fetch social posts from Twitter (API v2).

[![image](https://user-images.githubusercontent.com/7426193/96001355-367c3800-0e38-11eb-8eb4-ca40dcd4a984.png)](https://user-images.githubusercontent.com/7426193/96001355-367c3800-0e38-11eb-8eb4-ca40dcd4a984.png)

### Release Plan

[](#release-plan)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsRelease DateMaintainedBranch**3.x**`11.0``6.4`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-twitter-connector/tree/2.x)**1.x**`6.0` - `6.9``3.4`, `^4.4`22.10.2020Unsupported[1.x](https://github.com/dachcom-digital/pimcore-social-data-twitter-connector/tree/1.x)Installation
------------

[](#installation)

```
"require" : {
    "dachcom-digital/social-data" : "~3.1.0",
    "dachcom-digital/social-data-twitter-connector" : "~3.2.0"
}
```

Add Bundle to `bundles.php`:

```
return [
    SocialData\Connector\Twitter\SocialDataTwitterConnectorBundle::class => ['all' => true],
];
```

### Install Assets

[](#install-assets)

```
bin/console assets:install public --relative --symlink
```

Enable Connector
----------------

[](#enable-connector)

```
# config/packages/social_data.yaml
social_data:
    social_post_data_class: SocialPost
    available_connectors:
        -   connector_name: twitter
```

Twitter Backoffice
------------------

[](#twitter-backoffice)

Some hints to set up your Twitter app:

- Create Project via
- Generate Keys in `Keys and tokens` in section `Access Token and Secret`
- Be aware, that the `free limit` plan only allows `1 requests / 15 mins`

Connector Configuration
-----------------------

[](#connector-configuration)

[![image](https://user-images.githubusercontent.com/7426193/96001424-4c89f880-0e38-11eb-90a8-586c5837e818.png)](https://user-images.githubusercontent.com/7426193/96001424-4c89f880-0e38-11eb-90a8-586c5837e818.png)

Now head back to the backend (`System` =&gt; `Social Data` =&gt; `Connector Configuration`) and checkout the twitter tab.

- Click on `Install`
- Click on `Enable`

Connection
----------

[](#connection)

Twitter is auto connected after you have filled out the connector configuration fields.

Feed Configuration
------------------

[](#feed-configuration)

NameDescription`User Id`Defines which user entries should be imported`Count`Define a limit to restrict the amount of social posts to import---

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 © 2025 DACHCOM.DIGITAL. All rights reserved.

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

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance61

Regular maintenance activity

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~261 days

Recently: every ~280 days

Total

7

Last Release

512d 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 (28 commits)")[![pascalmoser](https://avatars.githubusercontent.com/u/7426193?v=4)](https://github.com/pascalmoser "pascalmoser (7 commits)")

---

Tags

pimcorepimcore-bundlesocial-datatwitterfeedtwittersocialpimcoreSocial Wall

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[pdir/social-feed-bundle

Social feed extension for Contao CMS

1415.5k](/packages/pdir-social-feed-bundle)[social-links/social-links

PHP library to generate share buttons

102348.6k2](/packages/social-links-social-links)[kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

91261.4k8](/packages/kartik-v-yii2-social)[fritzmg/contao-sharebuttons

Simple Contao extension to provide share buttons as a module and content element

1833.3k](/packages/fritzmg-contao-sharebuttons)[ryannielson/shareable

A Laravel 4 package to make it easy to add social sharing buttons to your application.

222.8k](/packages/ryannielson-shareable)

PHPackages © 2026

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