Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyim/phpstan-shopware
https://github.com/shyim/phpstan-shopware
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shyim/phpstan-shopware
- Owner: shyim
- Created: 2019-07-17T19:37:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T19:39:09.000Z (over 5 years ago)
- Last Synced: 2024-10-12T09:16:05.172Z (about 1 month ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```