Skip to content

Simple Job Import Module. Imports job openings into YAWIK

License

Notifications You must be signed in to change notification settings

mbo-s/SimpleImport

 
 

Repository files navigation

SimpleImport

This module provides import tasks

Build status:

Build Status Coverage Status

Requirements

running YAWIK

Installation

Require a dependency via composer.

composer require yawik/simple-import

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 [
    'SimpleImport'
];

Configuration

TBD

Documentation

http://yawik.readthedocs.io/en/latest/modules/simple-import/index.html

Development

  1. Clone project
$ git clone [email protected]:yawik/SimpleImport.git /path/to/simple-import 
  1. Install dependencies:
$ composer install
  1. Run PHPUnit Tests
$ ./vendor/bin/phpunit
  1. Run Behat Tests
# start selenium
$ composer run start-selenium --timeout=0

# start php server
$ composer run serve --timeout=0

# run behat
$ ./vendor/bin/behat

Licence

MIT

About

Simple Job Import Module. Imports job openings into YAWIK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.6%
  • Other 0.4%