Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shyim/phpstan-shopware


https://github.com/shyim/phpstan-shopware

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# PHPStan Shopware rules

* [PHPStan](https://github.com/phpstan/phpstan)

This extension provides following features:

* Provides rules for checking debug functions
* Provides rules for deprecated functions
* Provides rules for bad practise code usages

## Installation

To use this extension, require it in [Composer](https://getcomposer.org/):

```
composer require --dev shyim/phpstan-shopware
```

Manual installation

Include extension.neon in your project's PHPStan config:

```
includes:
- vendor/shyim/phpstan-shopware/extension.neon
```