yawik/simple-import

This module provides various imports

Fund package maintenance!
cbleek

Installs: 3 354

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 14

Type:yawik-module

0.12.1 2021-03-10 17:56 UTC

README

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 git@github.com: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