dmstr / yii2-helpers
Yii2 Helpers
Installs: 516 533
Dependents: 8
Suggesters: 0
Security: 0
Stars: 13
Watchers: 12
Forks: 3
Open Issues: 1
Type:yii2-extension
Requires
- pheme/yii2-settings: ^0.5.0 || ^0.7.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-31 00:20:07 UTC
README
Yii2 Helpers
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dmstr/yii2-helpers "*"
or add
"dmstr/yii2-helpers": "*"
to the require section of your composer.json
file.
Usage
Metadata
Retrieve application meta-information, such as module or controller routes.
Testing
Run the tests with phd testing-stack
cd tests
docker-compose up -d
Setup application
docker-compose run --rm phpfpm setup.sh
Run test suites
docker-compose run --rm -e YII_ENV=test phpfpm codecept run
or start a bash for
docker-compose run --rm -e YII_ENV=test phpfpm bash