Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T16:18:20.000Z (about 3 years ago)
- Last Synced: 2024-12-12T12:44:29.968Z (11 days 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
[![Build Status](https://github.com/ferror/phpstan-braintree/actions/workflows/ci.yaml/badge.svg)](https://github.com/ferror/phpstan-braintree/actions/workflows/ci.yaml)
[![Latest Stable Version](https://poser.pugx.org/ferror/phpstan-braintree/v)](https://packagist.org/packages/ferror/phpstan-braintree)
[![Total Downloads](https://poser.pugx.org/ferror/phpstan-braintree/downloads)](https://packagist.org/packages/ferror/phpstan-braintree)
[![License](https://poser.pugx.org/ferror/phpstan-braintree/license)](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
```