pagemachine / ats
Extension for Job Application Management
Installs: 8 252
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 10
Forks: 7
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.0 || ^7.2
- mpdf/mpdf: ^8.0
- sjbr/static-info-tables: ^6.7
- symfony/workflow: ^3.3
- typo3/cms-backend: ^8.7 || ^9.5
- typo3/cms-beuser: ^8.7 || ^9.5
- typo3/cms-core: ^8.7 || ^9.5
- typo3/cms-extbase: ^8.7 || ^9.5
- typo3/cms-fluid: ^8.7 || ^9.5
Requires (Dev)
- doppy/composer-symlink: ^1.0
- jakub-onderka/php-console-highlighter: ^0.3.2
- jakub-onderka/php-parallel-lint: ^0.9.2
- nimut/testing-framework: ^4.1
- phpunit/phpunit: ^6.4
- sclable/xml-lint: ^0.2.3
- slevomat/coding-standard: ^3.0
Suggests
- ext-intl: For automatic translation of country, nationality and language fields
- pagemachine/hairu: Frontend logins with extbase and fluid
- typo3-ter/femanager: for user registration and account management
- dev-master
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.16.5
- 1.16.4
- 1.16.3
- 1.16.2
- 1.16.1
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-typo3v10
- dev-ba-florian
- dev-bachelor-kaleem
- dev-drop-typo3-composer-repository
- dev-merge_07.04.2020
- dev-bugfix/job-crdate-mapping-missing-in-frontend
- dev-list-module-ordering
- dev-upgrade-guide
- dev-per_temp
- dev-export-module-fixes
This package is auto-updated.
Last update: 2024-06-19 09:07:42 UTC
README
Applicant Tracking System (ATS)
Highly customizable enterprise application tracking system based on Extbase & Fluid. Provides management of job offers and job applications, allowing for complex job application workflows involving numerous roles as they are required in environments of universities as well as private and public companies.
Make sure to read the Extension Manual for details.
Installation
This extension is installable from various sources:
-
Via Composer:
composer require pagemachine/ats
-
From the TYPO3 Extension Repository
-
From Github
Testing
All tests can be executed with the shipped Docker Compose definition:
docker compose run --rm app composer build