pkpudev/yii2-components
Composer 安装命令:
composer require pkpudev/yii2-components
包简介
Yii2 Components for PKPU Dev Team
README 文档
README
Yii2 Components for PKPU Dev Team
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist pkpudev/yii2-components "*"
or add
"pkpudev/yii2-components": "*"
to the require section of your composer.json file.
Checking Compatibility
Check for PHP 5.6
./vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 5.6 --extensions=php --report-full=report.txt --ignore=*/vendor/* .
Source here
Installing PHPUnit
Install phar version of phpunit locally
wget https://phar.phpunit.de/phpunit-<version>.phar
chmod +x phpunit-6.4.phar
mv phpunit-6.4.phar phpunit
./phpunit --version
统计信息
- 总下载量: 565
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-02