https://github.com/ferror/phpstan-braintree
The PHPStan Braintree SDK Extension
https://github.com/ferror/phpstan-braintree
braintree-sdk php phpstan phpstan-extension
Last synced: 2 months ago
JSON representation
The PHPStan Braintree SDK Extension
- Host: GitHub
- URL: https://github.com/ferror/phpstan-braintree
- Owner: Ferror
- License: mit
- Created: 2021-11-27T19:52:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T16:18:20.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:05:19.813Z (2 months ago)
- Topics: braintree-sdk, php, phpstan, phpstan-extension
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ferror/phpstan-braintree/actions/workflows/ci.yaml)
[](https://packagist.org/packages/ferror/phpstan-braintree)
[](https://packagist.org/packages/ferror/phpstan-braintree)
[](https://packagist.org/packages/ferror/phpstan-braintree)# PHPStan for Braintree SDK
## Story
The first author of phpstan-braintree extension is Matěj [Finwe](https://github.com/finwe) Humpál who started creating this extension,
but the last commit is from 2017. Now it's been a couple of years and my company [Landingi](https://github.com/Landingi) is using
the Braintree PHP SDK, that's why I decided to fork the solution and improve it by creating more classes reflection.## Requirements
* PHP 8.0 and above
* braintree/braintree_php 6.5 and above
* PHPStan 1.2 and above## Installation
```bash
composer require --dev ferror/phpstan-braintree
``````neon
extensions:
- vendor/ferror/phpstan-braintree/extension.neon
```