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


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

  1. Clone project
$ git clone git@github.com:yawik/export-ba.git /path/to/export-ba 
  1. Install dependencies:
$ composer install
  1. Run PHPUnit Tests
$ ./vendor/bin/phpunit
  1. Run Behat Tests

Licence

MIT