dskzpt / personio
Installs: 479
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- ext-libxml: *
- ext-simplexml: *
- typo3/cms-core: ^11.5 || ^12.4 || ^13.3
Requires (Dev)
- ergebnis/composer-normalize: ^2.24
- friendsoftypo3/phpstan-typo3: ^0.9.0
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.4
- typo3/coding-standards: ^0.7.1
Replaces
- typo3-ter/personio: v1.0.1
README
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
- Install the extension
- Include the provided static typoscript
- Add a "Personio: Job List" to any page of your choice
- 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.