Skip to content

yawik/export-ba

Repository files navigation

ExportBA

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