yawik / simple-import
此模块提供各种导入功能
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
- 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-09-07 02:11:44 UTC
README
此模块提供导入任务
构建状态
需求
运行 YAWIK
安装
通过 composer 安装依赖。
composer require yawik/simple-import
通过在 /config/autoload
目录中创建 simpleimport.module.php
文件并添加以下内容来启用模块。
<?php return [ 'SimpleImport' ];
配置
待定
文档
http://yawik.readthedocs.io/en/latest/modules/simple-import/index.html
开发
- 克隆项目
$ git clone git@github.com:yawik/SimpleImport.git /path/to/simple-import
- 安装依赖
$ composer install
- 运行 PHPUnit 测试
$ ./vendor/bin/phpunit
- 运行 Behat 测试
# start selenium $ composer run start-selenium --timeout=0 # start php server $ composer run serve --timeout=0 # run behat $ ./vendor/bin/behat
许可证
MIT