mralaminahamed / ninja-forms-stubs
Ninja Forms function and class declaration stubs for static analysis.
Installs: 1 066
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php-stubs/wordpress-stubs: ^5.3 || ^6.0
Requires (Dev)
- php: ~7.1 || ~8.0
- php-stubs/generator: ^0.8.0
- phpstan/phpstan: ^1.10
Suggests
- symfony/polyfill-php73: Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
- szepeviktor/phpstan-wordpress: WordPress extensions for PHPStan
This package is auto-updated.
Last update: 2024-12-10 16:21:38 UTC
README
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