2017 © Pedro Peláez
 

library framework-phpstan

Open SDK extensions for PHPStan

image

open-sdk/framework-phpstan

Open SDK extensions for PHPStan

  • Saturday, January 13, 2018
  • by byCedric
  • Repository
  • 1 Watchers
  • 0 Stars
  • 382 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 38 % Grown

The README.md

Framework PHPStan extension - Open SDK

Latest Release Build Status Total Downloads, (*1)

This package provides some extensions of the Open SDK framework for PHPStan to improve the overall developer's experience., (*2)

Features

Dynamic type: resource manager's asModel

OpenSdk\Resource\Manager::asModel() returns the response value, wrapped in a resource model. The model instance can either be the default model type or a custom subclass., (*3)

Usage

To use this extension for PHPStan add it to the requirements within Composer., (*4)

``` bash $ composer require --dev open-sdk/framework-phpstan, (*5)


And add it to the [PHPStan][link-phpstan] configuration.

includes: - vendor/open-sdk/framework-phpstan/extension.neon ```, (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions