PHPackages                             dachcom-digital/social-data-linkedin-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. [API Development](/categories/api)
4. /
5. dachcom-digital/social-data-linkedin-connector

ActivePimcore-social-data-connector-bundle[API Development](/categories/api)

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

Pimcore Social Data LinkedIn Connector

v3.1.0(1y ago)01.2k↓100%GPL-3.0-or-laterPHPCI failing

Since Oct 22Pushed 2mo ago6 watchersCompare

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

READMEChangelog (4)DependenciesVersions (8)Used By (0)

Pimcore Social Data - LinkedIn Connector
========================================

[](#pimcore-social-data---linkedin-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/0d5fa221769dcad9e89acbf9bc9ca75f896436b4d6e97a87756ccff7d9a8562e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616368636f6d2d6469676974616c2f736f6369616c2d646174612d6c696e6b6564696e2d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dachcom-digital/social-data-linkedin-connector)[![Tests](https://camo.githubusercontent.com/02e7f21d8e2eb64bd546b116c252a8d7ccaa00290149fc6ecfd74c0b8e892ed7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d6c696e6b6564696e2d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f636f646563657074696f6e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d636f646563657074696f6e)](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3ACodeception+branch%3Amaster)[![PhpStan](https://camo.githubusercontent.com/62c5caf16daf32cf4a6e012a269c035ff87ba68f2fc82591085777d7034b85ef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d6c696e6b6564696e2d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f7068702d7374616e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d7068707374616e2532306c6576656c25323034)](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/actions?query=workflow%3A%22PHP+Stan%22+branch%3Amaster)

This Connector allows you to fetch social posts from LinkedIn.

[![image](https://user-images.githubusercontent.com/700119/96862352-a3f61d00-1465-11eb-9ea0-1c0d676bda01.png)](https://user-images.githubusercontent.com/700119/96862352-a3f61d00-1465-11eb-9ea0-1c0d676bda01.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-linkedin-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-linkedin-connector/tree/1.x)Installation
------------

[](#installation)

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

Add Bundle to `bundles.php`:

```
return [
    SocialData\Connector\LinkedIn\SocialDataLinkedInConnectorBundle::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: linkedIn
```

### Set Cookie SameSite to Lax

[](#set-cookie-samesite-to-lax)

Otherwise, the oauth connection won't work.

> If you have any hints to allow processing an oauth connection within `strict` mode, please [tell us](https://github.com/dachcom-digital/pimcore-social-data-instagram-connector/issues).

```
framework:
    session:
        cookie_samesite: 'lax'
```

LinkedIn Backoffice
-------------------

[](#linkedin-backoffice)

Some hints to set up your LinkedIn app:

- Create App via
- Add `https://YOURDOMAIN/admin/social-data/connector/linkedin/check` in `Authorized redirect URLs for your app`
- Apply for verification (We wish you the best of luck!)

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

[](#connector-configuration)

[![image](https://user-images.githubusercontent.com/700119/96862232-7c9f5000-1465-11eb-9f54-aa5eecde76ed.png)](https://user-images.githubusercontent.com/700119/96862232-7c9f5000-1465-11eb-9f54-aa5eecde76ed.png)

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

- Click on `Install`
- Click on `Enable`
- Before you hit the `Connect` button, you need to fill you out the Connector Configuration. After that, click "Save".
- Click `Connect`

Connection
----------

[](#connection)

[![image](https://user-images.githubusercontent.com/700119/96862278-8d4fc600-1465-11eb-8950-e8b32890f60d.png)](https://user-images.githubusercontent.com/700119/96862278-8d4fc600-1465-11eb-8950-e8b32890f60d.png)

This will guide you through the linkedIn token generation. After hitting the "Connect" button, a popup will open to guide you through linkedIn authentication process. If everything worked out fine, the connection setup is complete after the popup closes. Otherwise, you'll receive an error message. You may then need to repeat the connection step.

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

[](#feed-configuration)

NameDescription`Company ID`Set company id to fetch posts from`Limit`Define a limit to restrict the amount of social posts to import (Default: 20)Extended Connector Configuration
--------------------------------

[](#extended-connector-configuration)

Normally you don't need to modify connector (`connector_config`) configuration, so most of the time you can skip this step. However, if you need to change some core setting of a connector, you're able to change them of course.

```
# config/packages/social_data.yaml
social_data:
    available_connectors:
        -   connector_name: linkedIn
            connector_config:
                api_connect_permission: ['r_liteprofile', 'r_emailaddress', 'r_organization_social'] # default value
```

---

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

40

—

FairBetter than 88% of packages

Maintenance65

Regular maintenance activity

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

523d 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 (30 commits)")

---

Tags

linkedinpimcorepimcore-bundlesocial-datafeedsocialpimcorelinkedinSocial Wall

### Embed Badge

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

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

###  Alternatives

[pgrimaud/instagram-user-feed

This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

940657.1k5](/packages/pgrimaud-instagram-user-feed)[laminas/laminas-feed

provides functionality for creating and consuming RSS and Atom feeds

16749.2M47](/packages/laminas-laminas-feed)[mibe/feedwriter

Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats

1951.1M5](/packages/mibe-feedwriter)[rezozero/mixedfeed

A PHP library to get social networks feeds and merge them

11130.4k](/packages/rezozero-mixedfeed)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

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