https://github.com/yii-tools/select-widget
Select2 widget for YiiFramework v. 3.0.
https://github.com/yii-tools/select-widget
select2 widget yii-tools yii3
Last synced: 8 months ago
JSON representation
Select2 widget for YiiFramework v. 3.0.
- Host: GitHub
- URL: https://github.com/yii-tools/select-widget
- Owner: yii-tools
- License: mit
- Created: 2023-02-10T17:03:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T05:16:41.000Z (about 3 years ago)
- Last Synced: 2024-12-29T06:45:45.421Z (over 1 year ago)
- Topics: select2, widget, yii-tools, yii3
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Template.
## Install
For use create a new repository from this template. For more information see [Creating a repository from a template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template).
Also you can git clone this repository. For more information see [Cloning a repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
## Checking dependencies
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.
To run the checker, execute the following command:
```shell
composer run check-dependencies
```
## Mutation testing
Mutation testing is checked with [Infection](https://infection.github.io/). To run it:
```shell
composer run mutation
```
## Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
composer run psalm
```
## Testing
The code is tested with [PHPUnit](https://phpunit.de/). To run tests:
```
composer run test
```
## CI status
[](https://github.com/yii-tools/template/actions/workflows/build.yml)
[](https://codecov.io/gh/yii-tools/template)
[](https://dashboard.stryker-mutator.io/reports/github.com/yii-tools/template/main)
[](https://github.com/yii-tools/template/actions/workflows/static.yml)
[](https://shepherd.dev/github/yii-tools/template)
[](https://github.styleci.io/repos/494495136?branch=main)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Our social networks
[](https://twitter.com/Terabytesoftw)