yawik / simple-import
This module provides various imports
Fund package maintenance!
0.12.1
2021-03-10 17:56 UTC
Requires
- php: >=7.3
- geocoder-php/cache-provider: ^4.1
- geocoder-php/google-maps-provider: ^4.4
- guzzlehttp/guzzle: ^6.3
- laminas/laminas-cache: ^2.8
- php-http/cache-plugin: ^1.6
- php-http/guzzle6-adapter: ^1.1
- php-http/message: ^1.7
- yawik/jobs: ^0.35
Requires (Dev)
- cross-solution/phpunit-utils: ^2.0
- phpunit/phpunit: ^8.0
- yawik/applications: ^0.35
- yawik/auth: ^0.35
- yawik/behat: ^0.35
- yawik/core: ^0.35
- yawik/cv: ^0.35
- yawik/geo: ^1.1
- yawik/install: ^0.35
- yawik/organizations: ^0.35
- yawik/settings: ^0.35
This package is auto-updated.
Last update: 2026-06-07 06:10:32 UTC
README
This module provides import tasks
Build 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
- Clone project
$ git clone git@github.com:yawik/SimpleImport.git /path/to/simple-import
- Install dependencies:
$ composer install
- Run PHPUnit Tests
$ ./vendor/bin/phpunit
- 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