https://github.com/yiisoft/yii-web
Yii web components
https://github.com/yiisoft/yii-web
web
Last synced: 7 months ago
JSON representation
Yii web components
- Host: GitHub
- URL: https://github.com/yiisoft/yii-web
- Owner: yiisoft
- License: bsd-3-clause
- Archived: true
- Created: 2018-07-13T16:40:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T19:13:44.000Z (over 4 years ago)
- Last Synced: 2024-04-15T03:05:10.299Z (about 2 years ago)
- Topics: web
- Language: PHP
- Homepage: https://www.yiiframework.com/
- Size: 13.7 MB
- Stars: 78
- Watchers: 35
- Forks: 47
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii Framework Web Extension
[](https://packagist.org/packages/yiisoft/yii-web)
[](https://packagist.org/packages/yiisoft/yii-web)
[](https://github.com/yiisoft/yii-web/actions?query=workflow%3Abuild)
[](https://scrutinizer-ci.com/g/yiisoft/yii-web/)
[](https://scrutinizer-ci.com/g/yiisoft/yii-web/)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/yii-web/master)
[](https://github.com/yiisoft/yii-web/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/yii-web)
## Installation
The package could be installed with composer:
```
composer require yiisoft/yii-web
```
## General usage
### Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```shell
./vendor/bin/phpunit
```
### Mutation testing
The package tests are checked with [Infection](https://infection.github.io/) mutation framework. To run it:
```shell
./vendor/bin/infection
```
### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
./vendor/bin/psalm
```
### Support the project
[](https://opencollective.com/yiisoft)
### Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)
## License
The Yii Framework Web Extension is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).