Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 975 Bytes

README.md

File metadata and controls

66 lines (45 loc) · 975 Bytes

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 [email protected]: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