Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wyrihaximus/php-phpstan-rules-wrapper

🌯 PHPStan rules wrapper
https://github.com/wyrihaximus/php-phpstan-rules-wrapper

burrito hacktoberfest php phpstan wrapper

Last synced: 2 months ago
JSON representation

🌯 PHPStan rules wrapper

Awesome Lists containing this project

README

        

# Wrapper around PHP Stan rules repositories

[![Total Downloads](https://poser.pugx.org/wyrihaximus/phpstan-rules-wrapper/downloads.png)](https://packagist.org/packages/wyrihaximus/phpstan-rules-wrapper/stats)
[![License](https://poser.pugx.org/wyrihaximus/phpstan-rules-wrapper/license.png)](https://packagist.org/packages/wyrihaximus/phpstan-rules-wrapper)

# Installation

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```bash
composer require wyrihaximus/phpstan-rules-wrapper
```

# Usage

Works out of the box due to [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer)

# Included rulesets

* [`ergebnis/phpstan-rules`](https://packagist.org/packages/ergebnis/phpstan-rules)
* [`phpstan/phpstan-deprecation-rules`](https://packagist.org/packages/phpstan/phpstan-deprecation-rules)
* [`phpstan/phpstan-mockery`](https://packagist.org/packages/phpstan/phpstan-mockery)
* [`phpstan/phpstan-phpunit`](https://packagist.org/packages/phpstan/phpstan-phpunit)
* [`phpstan/phpstan-strict-rules`](https://packagist.org/packages/phpstan/phpstan-strict-rules)
* [`tomasvotruba/type-coverage`](https://packagist.org/packages/tomasvotruba/type-coverage)

# License

Copyright (c) 2025 Cees-Jan Kiewiet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.