yawik/simple-import
Composer 安装命令:
composer require yawik/simple-import
包简介
This module provides various imports
README 文档
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
统计信息
- 总下载量: 3.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-17