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

https://github.com/johnstoncode/phpstan-moneyphp

Moneyphp Money class reflection extension for PHPStan
https://github.com/johnstoncode/phpstan-moneyphp

php php7 phpstan static-analysis static-code-analysis

Last synced: 4 days ago
JSON representation

Moneyphp Money class reflection extension for PHPStan

Awesome Lists containing this project

README

          

# Money class reflection extension for PHPStan

* [PHPStan](https://phpstan.org/)
* [Money](https://github.com/moneyphp/money)

## Usage

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

```
composer require --dev johnstoncode/phpstan-moneyphp
```

And include extension.neon in your project's PHPStan config:

```
includes:
- vendor/johnstoncode/phpstan-moneyphp/extension.neon
```