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
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
- dev-master
- 0.12.1
- v0.12.0
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.0
- 0.9.1
- 0.9.0
- v0.8.0
- v0.7.1
- 0.6.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- v0.3.2
- v0.3.1
- v0.3
- v0.1.3
- v0.1.2
- v0.1
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-dependabot/npm_and_yarn/qs-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- 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-allow_null_value_as_location
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-language_guessing
- dev-html-regex-fixes
This package is auto-updated.
Last update: 2024-11-07 02:34:44 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