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
- Host: GitHub
- URL: https://github.com/johnstoncode/phpstan-moneyphp
- Owner: JohnstonCode
- License: mit
- Created: 2018-08-02T08:34:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T11:49:37.000Z (over 4 years ago)
- Last Synced: 2025-10-11T01:11:35.625Z (18 days ago)
- Topics: php, php7, phpstan, static-analysis, static-code-analysis
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```