Skip to content

TYPO3 Extension to display personio job data via XML feed

License

Notifications You must be signed in to change notification settings

dauskonzept/personio

Repository files navigation

TYPO3 11 TYPO3 12 TYPO3 13 Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

TYPO3 Extension "personio"

What does it do?

Display job offers via the offical Personio XML Feed.

Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just run:

composer require dskzpt/personio

Setup

  1. Install the extension
  2. Include the provided static typoscript
  3. Add a "Personio: Job List" to any page of your choice
  4. Configure the Plugin via it's flexform

Route Enhancers

In order to generate a nicer URL you can use the following Route Enhancer. The UID of the Job offering will then be use for the detail page URL.

routeEnhancers:
  Personio:
    limitToPages:
      - XX
    type: Extbase
    extension: Personio
    plugin: Show
    routes:
      -
        routePath: '/{uid}'
        _controller: 'Personio::show'
    defaultController: 'Personio::show'

*XX = Uid of your page with a show plugin

Contributing

Please refer to the contributing document included in this repository.