PHPackages                             dachcom-digital/jobs - 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/jobs

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

dachcom-digital/jobs
====================

Pimcore Jobs API

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

Since Apr 27Pushed 2mo ago7 watchersCompare

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

READMEChangelog (6)Dependencies (8)Versions (12)Used By (0)

Pimcore Jobs Bundle
===================

[](#pimcore-jobs-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/f96184f9f5bfeb932815094f6ce36f0b01ad43b9cd0270cac0949bf8ec520c7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616368636f6d2d6469676974616c2f6a6f62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dachcom-digital/jobs)[![Tests](https://camo.githubusercontent.com/e89ecc7e7bfc031e820f729874b3c9087125a07dca7688dd166e78c9de9c322a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d6a6f62732f2e6769746875622f776f726b666c6f77732f636f646563657074696f6e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d636f646563657074696f6e)](https://github.com/dachcom-digital/pimcore-jobs/actions?query=workflow%3ACodeception+branch%3Amaster)[![PhpStan](https://camo.githubusercontent.com/3e5df854767b036d54094628b60b212e83cbabec73ded199f491503659a57bf7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d6a6f62732f2e6769746875622f776f726b666c6f77732f7068702d7374616e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d7068707374616e2532306c6576656c25323034)](https://github.com/dachcom-digital/pimcore-jobs/actions?query=workflow%3A%22PHP+Stan%22+branch%3Amaster)

This Bundle allows you to synchronise your job offers with various connectors like [facebook jobs](https://developers.facebook.com/docs/pages/jobs-xml) or [google for jobs](https://developers.google.com/search/docs/data-types/job-posting).

[![image](https://user-images.githubusercontent.com/700119/79226665-0a6b0480-7e5f-11ea-9774-810b076e7fcd.png)](https://user-images.githubusercontent.com/700119/79226665-0a6b0480-7e5f-11ea-9774-810b076e7fcd.png)

### Release Plan

[](#release-plan)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsRelease DateMaintainedBranch**3.x**`11.0``6.2`30.08.2023Feature Branchdev-master**2.x**`10.5`, `10.6``5.4`14.10.2021Unsupported2.x**1.x**`6.0` - `6.9``3.4`, `^4.4`27.04.2020Unsupported1.xInstallation
------------

[](#installation)

```
"require" : {
    "dachcom-digital/jobs" : "~3.0.0",
}
```

Add Bundle to `bundles.php`:

```
return [
    JobsBundle\JobsBundle::class => ['all' => true],
];
```

- Execute: `$ bin/console pimcore:bundle:install JobsBundle`

Upgrading
---------

[](#upgrading)

- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'JobsBundle\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)
    - [Google For Jobs](./docs/Connectors/01_GoogleForJobs.md)
    - [Facebook Jobs](./docs/Connectors/02_FacebookJobs.md)
- [Feeds](docs/11_Feeds.md)
- [Object Context](docs/12_ObjectContext.md)
- [Available Items Resolver](docs/20_AvailableItemsResolver.md)
    - [Custom Items Resolver](docs/21_CustomItemsResolver.md) (Expert)
- [Logging](docs/22_Logging.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

46

—

FairBetter than 93% of packages

Maintenance69

Regular maintenance activity

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.1% 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 ~167 days

Total

11

Last Release

527d ago

Major Versions

1.x-dev → v2.0.02021-10-14

2.x-dev → v3.0.02023-08-30

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

---

Tags

facebook-jobsgoogle-jobsjobspimcorepimcore-bundlejobspimcore

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[divante-ltd/pimcore-magento2-bridge

Integration module allows to integrate Pimcore platform with Magento 2

3513.7k](/packages/divante-ltd-pimcore-magento2-bridge)[jobapis/jobs-common

Making it simple to integrate your application with job api providers.

4459.3k32](/packages/jobapis-jobs-common)[divante-ltd/coreshop-vsbridge

coreshop-vsbridge

732.5k](/packages/divante-ltd-coreshop-vsbridge)

PHPackages © 2026

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