https://github.com/dmstr/yii2-helpers
Yii 2.0 framework helper extensions :package:
https://github.com/dmstr/yii2-helpers
Last synced: 12 months ago
JSON representation
Yii 2.0 framework helper extensions :package:
- Host: GitHub
- URL: https://github.com/dmstr/yii2-helpers
- Owner: dmstr
- Created: 2015-06-18T09:24:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:35:07.000Z (about 2 years ago)
- Last Synced: 2025-05-22T12:20:03.269Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 12
- Watchers: 11
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Helpers
============
[](https://packagist.org/packages/dmstr/yii2-helpers)
[](https://packagist.org/packages/dmstr/yii2-helpers)
[](https://packagist.org/packages/dmstr/yii2-helpers)
Yii2 Helpers
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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