yiisoft / yii-view
Yii binding for view rendering
Fund package maintenance!
Open Collective
yiisoft
Installs: 11 607
Dependents: 8
Suggesters: 0
Security: 0
Stars: 4
Watchers: 12
Forks: 7
Open Issues: 0
Requires
- php: ^7.4|^8.0
- psr/container-implementation: 1.0.0
- yiisoft/aliases: ^1.1
- yiisoft/arrays: ^1.0
- yiisoft/csrf: ^1.0
- yiisoft/data-response: ^3.0@dev
- yiisoft/strings: ^2.0
- yiisoft/view: ^3.0@dev
Requires (Dev)
- nyholm/psr7: ^1.3
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.6
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.3
- yiisoft/di: 3.0.x-dev
- yiisoft/event-dispatcher: ^1.0
- yiisoft/test-support: ^1.0
This package is auto-updated.
Last update: 2021-02-23 23:20:16 UTC
README
Yii View
The package provides bindings for Yii View Rendering Library.
General usage
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infection
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
Support the project
Follow updates
License
The Yii View is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.