dmstr/yii2-helpers

Yii2 Helpers

Maintainers

👁 schmunk

Package info

github.com/dmstr/yii2-helpers

Type:yii2-extension

pkg:composer/dmstr/yii2-helpers

Statistics

Installs: 652 066

Dependents: 8

Suggesters: 0

Stars: 12

Open Issues: 2

1.0.1 2024-04-26 11:02 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 5bd2687f441746d13eaa7a707d6492cbc969b61b

  • Sergej Kunz <s.kunz.woop@herzogkommunikation.de>
  • Tobias Munk <t.munk.woop@herzogkommunikation.de>

extensionyii2


README

👁 Latest Stable Version
👁 Total Downloads
👁 License

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