{"id":13579072,"url":"https://github.com/dachcom-digital/pimcore-social-data","last_synced_at":"2025-04-10T13:54:58.238Z","repository":{"id":45145036,"uuid":"296623131","full_name":"dachcom-digital/pimcore-social-data","owner":"dachcom-digital","description":"Provide social data from different networks like facebook instagram or youtube.","archived":false,"fork":false,"pushed_at":"2024-12-05T16:29:12.000Z","size":321,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T12:39:34.759Z","etag":null,"topics":["pimcore","social","social-data","social-wall"],"latest_commit_sha":null,"homepage":"https://www.dachcom.com/de-ch/leistungen/digital-solutions","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dachcom-digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-18T13:04:20.000Z","updated_at":"2024-12-05T16:26:25.000Z","dependencies_parsed_at":"2023-02-12T04:01:21.814Z","dependency_job_id":"77db4fbc-035d-43f9-b8ec-b56f858b18a0","html_url":"https://github.com/dachcom-digital/pimcore-social-data","commit_stats":{"total_commits":58,"total_committers":3,"mean_commits":"19.333333333333332","dds":0.2586206896551724,"last_synced_commit":"56a7b344967e6a3049606e2e5ff0469f94f23e0f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-social-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-social-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-social-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dachcom-digital%2Fpimcore-social-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dachcom-digital","download_url":"https://codeload.github.com/dachcom-digital/pimcore-social-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248229493,"owners_count":21068909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pimcore","social","social-data","social-wall"],"created_at":"2024-08-01T15:01:36.279Z","updated_at":"2025-04-10T13:54:58.231Z","avatar_url":"https://github.com/dachcom-digital.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Pimcore Social Data Bundle\n[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Software License](https://img.shields.io/badge/license-DCL-white.svg?style=flat-square\u0026color=%23ff5c5c)](LICENSE.md)\n[![Latest Release](https://img.shields.io/packagist/v/dachcom-digital/social-data.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/social-data)\n[![Tests](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-social-data/.github/workflows/codeception.yml?branch=master\u0026style=flat-square\u0026logo=github\u0026label=codeception)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3ACodeception+branch%3Amaster)\n[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-social-data/.github/workflows/php-stan.yml?branch=master\u0026style=flat-square\u0026logo=github\u0026label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-social-data/actions?query=workflow%3A\"PHP+Stan\"+branch%3Amaster)\n\nThis Bundles allows you to load social data from different networks like Facebook, Instagram or YouTube.\n\n![image](https://user-images.githubusercontent.com/700119/94448014-bce31980-01aa-11eb-8869-e38bde73d253.png)\n\n### Release Plan\n| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained     | Branch                                                                 |\n|---------|----------------------------|----------------------------|--------------|----------------|------------------------------------------------------------------------|\n| **3.x** | `11.0`                     | `6.2`                      | 07.11.2023   | Feature Branch | master                                                                 |\n| **2.x** | `10.1` - `10.6`            | `5.4`                      | 05.01.2022   | Unsupported    | [2.x](https://github.com/dachcom-digital/pimcore-social-data/tree/2.x) |\n| **1.x** | `6.0` - `6.9`              | `3.4`, `^4.4`              | 27.04.2020   | Unsupported    | [1.x](https://github.com/dachcom-digital/pimcore-social-data/tree/1.x) |\n\n## Installation\n\n```json\n\"require\" : {\n    \"dachcom-digital/social-data\" : \"~3.1.0\",\n}\n```\n\nAdd Bundle to `bundles.php`:\n```php\nreturn [\n    SocialDataBundle\\SocialDataBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n- Execute: `$ bin/console pimcore:bundle:install SocialDataBundle`\n\n## Upgrading\n- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'SocialDataBundle\\Migrations'`\n\n## Usage\nThis Bundle needs some preparation. Please check out the [Setup](docs/00_Setup.md) guide first.\n\n## Further Information\n- [Setup](docs/00_Setup.md)\n- [Connectors](./docs/10_Connectors.md)\n  - [Facebook](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector)\n  - [Instagram](https://github.com/dachcom-digital/pimcore-social-data-instagram-connector)\n  - [Twitter](https://github.com/dachcom-digital/pimcore-social-data-twitter-connector)\n  - [Youtube](https://github.com/dachcom-digital/pimcore-social-data-youtube-connector)\n  - [LinkedIn](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector)\n  - [WeChat](https://github.com/dachcom-digital/pimcore-social-data-wechat-connector) EOL!\n- [Walls And Feeds](docs/11_WallsAndFeeds.md)\n- [Events](docs/12_Events.md)\n- [Frontend Usage](docs/13_FrontendUsage.md)\n- [Logging](docs/20_Logging.md)\n- [Custom Connector](docs/30_CustomConnector.md)\n\n## Upgrade Info\nBefore updating, please [check our upgrade notes!](UPGRADE.md)\n\n## License\n**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz  \n[dachcom.com](https://www.dachcom.com), dcdi@dachcom.ch  \nCopyright © 2024 DACHCOM.DIGITAL. All rights reserved.  \n\nFor licensing details please visit [LICENSE.md](LICENSE.md)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdachcom-digital%2Fpimcore-social-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdachcom-digital%2Fpimcore-social-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdachcom-digital%2Fpimcore-social-data/lists"}