phpstan-freemius-stubs

Freemius (WordPress SDK) function and class declaration stubs for static analysis

MIT License

Downloads
1.2K
Stars
1
Committers
3

Freemius (WordPress SDK) Stubs

This package provides stub declarations for the Freemius WordPress SDK plugin functions, classes and interfaces. These stubs can help plugin and theme developers leverage IDE completion and static analysis tools like PHPStan.

The stubs are generated directly from the source using php-stubs/generator.

Requirements

  • PHP >=7.1

Installation

Require this package as a development dependency with Composer.

composer require --dev mralaminahamed/freemius-stubs

Alternatively you may download freemius-stubs.php directly.

Usage in PHPStan

Include stubs in PHPStan configuration file.

parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/freemius-stubs/freemius-constants-stubs.php
        - vendor/mralaminahamed/freemius-stubs/freemius-stubs.php
Package Rankings
Top 46.66% on Packagist.org
Badges
Extracted from project README
Packagist stats Packagist Tweet
Related Projects