yawik / export-ba
此模块将yawik安装中的职位广告导出到“联邦就业局”。需要与BA签订合作协议。
v0.2.1
2020-12-15 10:37 UTC
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-09-07 10:00:46 UTC
README
此模块将Yawik安装中的职位广告导出到“联邦就业局”。要使用此模块,需要与BA签订合作协议。
https://www.arbeitsagentur.de/datei/dok_ba015033.pdf
要求
运行YAWIK
安装
通过composer安装依赖项。
composer require yawik/export-ba
通过在/config/autoload目录下创建simpleimport.module.php
文件,并添加以下内容来为Zend模块管理器启用模块。
<?php return [ 'ExportBA' ];
配置
待定
开发
- 克隆项目
$ git clone git@github.com:yawik/export-ba.git /path/to/export-ba
- 安装依赖项
$ composer install
- 运行PHPUnit测试
$ ./vendor/bin/phpunit
- 运行Behat测试
许可证
MIT