Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T05:16:41.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:07:59.089Z (about 2 months 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
[![build](https://github.com/yii-tools/template/actions/workflows/build.yml/badge.svg)](https://github.com/yii-tools/template/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/yii-tools/template/branch/main/graph/badge.svg?token=MF0XUGVLYC)](https://codecov.io/gh/yii-tools/template)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyii-tools%2Ftemplate%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/yii-tools/template/main)
[![static analysis](https://github.com/yii-tools/template/actions/workflows/static.yml/badge.svg)](https://github.com/yii-tools/template/actions/workflows/static.yml)
[![type-coverage](https://shepherd.dev/github/yii-tools/template/coverage.svg)](https://shepherd.dev/github/yii-tools/template)
[![StyleCI](https://github.styleci.io/repos/494495136/shield?branch=main)](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
[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/Terabytesoftw)