yawik/simple-import

此模块提供各种导入功能

资助包维护!
cbleek

安装次数: 3,354

依赖者: 2

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 1

公开问题: 14

类型:yawik-module

0.12.1 2021-03-10 17:56 UTC

README

此模块提供导入任务

构建状态

Build Status Coverage Status

需求

运行 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

开发

  1. 克隆项目
$ git clone git@github.com:yawik/SimpleImport.git /path/to/simple-import 
  1. 安装依赖
$ composer install
  1. 运行 PHPUnit 测试
$ ./vendor/bin/phpunit
  1. 运行 Behat 测试
# start selenium
$ composer run start-selenium --timeout=0

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

# run behat
$ ./vendor/bin/behat

许可证

MIT