pkpudev / yii2-components
Yii2 Components for PKPU Dev Team
Package info
github.com/HumanInitiative/yii2-components
Type:yii2-extension
pkg:composer/pkpudev/yii2-components
v1.4.1
2022-06-14 05:02 UTC
Requires
- php: >= 7.2
- creocoder/yii2-flysystem: 1.0.*
- kartik-v/yii2-widget-select2: v2.2.0
- phpoffice/phpspreadsheet: 1.16.*
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-17 09:25:25 UTC
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