https://github.com/hiqdev/hidev-phpstan
HiDev plugin for PHPStan
https://github.com/hiqdev/hidev-phpstan
hacktoberfest
Last synced: 12 months ago
JSON representation
HiDev plugin for PHPStan
- Host: GitHub
- URL: https://github.com/hiqdev/hidev-phpstan
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2018-06-13T06:56:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T08:51:42.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T09:41:02.084Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HiDev PHPStan
**HiDev plugin for PHPStan**
[](https://packagist.org/packages/hiqdev/hidev-phpstan)
[](https://packagist.org/packages/hiqdev/hidev-phpstan)
[](https://travis-ci.org/hiqdev/hidev-phpstan)
[](https://scrutinizer-ci.com/g/hiqdev/hidev-phpstan/)
[](https://scrutinizer-ci.com/g/hiqdev/hidev-phpstan/)
[](https://www.versioneye.com/php/hiqdev:hidev-phpstan/dev-master)
[HiDev] is the automation tool mixed with code generator for easier continuous development.
This plugin enables [PHPStan] support for HiDev.
Provides usual PHPStan operations:
- running checks
[hidev]: https://github.com/hiqdev/hidev
[phpstan]: https://phpstan.org/
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/hidev-phpstan"
```
or add
```json
"hiqdev/hidev-phpstan": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2018, HiQDev (http://hiqdev.com/)