yawik / export-ba
Dieses Modul exportiert Stellenanzeigen aus einer yawik installation an die 'Bundesagentur für Arbeit'. Benötigt wird ein Kooperationsvertrag mit der BA
Installs: 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 7
Type:yawik-module
Requires
- php: >=7.2
- beberlei/assert: ^3.2
- yawik/jobs: ^0.35
Requires (Dev)
- cross-solution/phpunit-utils: ^2.0
- phpunit/phpunit: ^8.0
- slevomat/coding-standard: ^5.0
- squizlabs/php_codesniffer: ^3.5
- yawik/applications: ^0.35
- yawik/auth: ^0.35
- yawik/behat: ^0.35
- yawik/composer-plugin: ^3.0
- yawik/core: ^0.35
- yawik/cv: ^0.35
- yawik/geo: ^1.1
- yawik/install: ^0.35
- yawik/organizations: ^0.35
- yawik/settings: ^0.35
- dev-master
- v0.2.1
- v0.2.0
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/qs-6.11.0
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/composer/laminas/laminas-http-2.14.3
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-migrate-to-laminas
This package is auto-updated.
Last update: 2024-11-07 10:29:40 UTC
README
Dieses Modul exportiert Stellenanzeigen aus einer Yawik Installation an die "Bundesagentur für Arbeit". Um das Modul nutzen zu können benötigt man einen Kooperationsvertrag mit der BA.
https://www.arbeitsagentur.de/datei/dok_ba015033.pdf
Requirements
running YAWIK
Installation
Require a dependency via composer.
composer require yawik/export-ba
Enable the module for the Zend module manager via creating the simpleimport.module.php
file in the /config/autoload
directory with the following content.
<?php return [ 'ExportBA' ];
Configuration
TBD
Development
- Clone project
$ git clone git@github.com:yawik/export-ba.git /path/to/export-ba
- Install dependencies:
$ composer install
- Run PHPUnit Tests
$ ./vendor/bin/phpunit
- Run Behat Tests
Licence
MIT