https://github.com/dachcom-digital/pimcore-jobs
Connect your Job Offers with Google For Jobs, Facebook Jobs and more...
https://github.com/dachcom-digital/pimcore-jobs
facebook-jobs google-jobs jobs pimcore pimcore-bundle
Last synced: 3 months ago
JSON representation
Connect your Job Offers with Google For Jobs, Facebook Jobs and more...
- Host: GitHub
- URL: https://github.com/dachcom-digital/pimcore-jobs
- Owner: dachcom-digital
- License: other
- Created: 2020-04-08T06:54:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-25T15:23:20.000Z (3 months ago)
- Last Synced: 2026-02-25T18:57:59.430Z (3 months ago)
- Topics: facebook-jobs, google-jobs, jobs, pimcore, pimcore-bundle
- Language: PHP
- Homepage:
- Size: 301 KB
- Stars: 7
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pimcore Jobs Bundle
[](LICENSE.md)
[](LICENSE.md)
[](https://packagist.org/packages/dachcom-digital/jobs)
[](https://github.com/dachcom-digital/pimcore-jobs/actions?query=workflow%3ACodeception+branch%3Amaster)
[](https://github.com/dachcom-digital/pimcore-jobs/actions?query=workflow%3A"PHP+Stan"+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).

### Release Plan
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---------|----------------------------|----------------------------|--------------|----------------|------------|
| **3.x** | `11.0` | `6.2` | 30.08.2023 | Feature Branch | dev-master |
| **2.x** | `10.5`, `10.6` | `5.4` | 14.10.2021 | Unsupported | 2.x |
| **1.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 27.04.2020 | Unsupported | 1.x |
## Installation
```json
"require" : {
"dachcom-digital/jobs" : "~3.0.0",
}
```
Add Bundle to `bundles.php`:
```php
return [
JobsBundle\JobsBundle::class => ['all' => true],
];
```
- Execute: `$ bin/console pimcore:bundle:install JobsBundle`
## Upgrading
- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'JobsBundle\Migrations'`
## Usage
This Bundle needs some preparation. Please check out the [Setup](docs/00_Setup.md) guide first.
## 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
Before updating, please [check our upgrade notes!](UPGRADE.md)
## License
**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com), dcdi@dachcom.ch
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit [LICENSE.md](LICENSE.md)