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

https://github.com/futurerockstars/nette-psalm-plugin

A Psalm plugin, that adds stub files for Nette Framework classes with more precise definition suitable for static analysis.
https://github.com/futurerockstars/nette-psalm-plugin

nette-framework psalm-plugin static-analysis

Last synced: 4 months ago
JSON representation

A Psalm plugin, that adds stub files for Nette Framework classes with more precise definition suitable for static analysis.

Awesome Lists containing this project

README

        

# Psalm plugin for Nette Framework
[![Latest Stable Version](https://poser.pugx.org/futurerockstars/nette-psalm-plugin/v)](https://www.packagist.org/packages/futurerockstars/nette-psalm-plugin)
[![License](https://poser.pugx.org/futurerockstars/nette-psalm-plugin/license)](https://vwww.packagist.org/packages/futurerockstars/nette-psalm-plugin)

A Psalm plugin, that adds stub files for Nette Framework classes with more precise definition suitable for static analysis.

## Installation
The best way to install the plugin is via `composer`:
```
composer require --dev futurerockstars/nette-psalm-plugin
vendor/bin/psalm-plugin enable futurerockstars/nette-psalm-plugin
```

## Usage
There are no extra steps required, the plugin will start to work after install.

## Contributing
If you find a Nette class not covered by this plugin, please feel free to hit us with a PRs.

## Maintainers
[Future Rockstars](https://www.futurerockstars.cz)