mralaminahamed/ninja-forms-stubs

Ninja Forms function and class declaration stubs for static analysis.

v3.8.15 2024-09-10 15:44 UTC

README

Packagist stats Packagist Tweet

This package provides stub declarations for the Ninja Forms 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/ninja-forms-stubs

Alternatively you may download ninja-forms-stubs.php directly.

Usage in PHPStan

Include stubs in PHPStan configuration file.

parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/ninja-forms-stubs/ninja-forms-constants-stubs.php
        - vendor/mralaminahamed/ninja-forms-stubs/ninja-forms-stubs.php