https://github.com/yiisoft/sockets
https://github.com/yiisoft/sockets
optionalforframeworkannounce yii3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiisoft/sockets
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2023-10-08T11:13:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T11:13:11.000Z (over 2 years ago)
- Last Synced: 2025-09-21T12:42:33.050Z (7 months ago)
- Topics: optionalforframeworkannounce, yii3
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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 _____
[](https://packagist.org/packages/yiisoft/_____)
[](https://packagist.org/packages/yiisoft/_____)
[](https://github.com/yiisoft/_____/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/yiisoft/_____)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/_____/master)
[](https://github.com/yiisoft/_____/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/_____)
[](https://shepherd.dev/github/yiisoft/_____)
The package ...
## Requirements
- PHP 8.1 or higher.
## Installation
The package could be installed with composer:
```shell
composer require yiisoft/_____
```
## General usage
## Testing
### 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 with
[Infection Static Analysis Plugin](https://github.com/Roave/infection-static-analysis-plugin). To run it:
```shell
./vendor/bin/roave-infection-static-analysis-plugin
```
### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
./vendor/bin/psalm
```
### Code style
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
use either newest or any specific version of PHP:
```shell
./vendor/bin/rector
```
### Dependencies
Use [ComposerRequireChecker](https://github.com/maglnet/ComposerRequireChecker) to detect transitive
[Composer](https://getcomposer.org/) dependencies.
## License
The Yii _____ 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/).
## 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)