Overview
Fluent Forms is one of the most popular WordPress form builders, but it ships no PHPStan stubs. This package provides comprehensive stub declarations for all public Fluent Forms classes, methods, actions, and filters.
Usage
composer require --dev mralaminahamed/phpstan-fluent-forms-stubs
Add to phpstan.neon:
parameters:
stubFiles:
- vendor/mralaminahamed/phpstan-fluent-forms-stubs/stubs
What's Included
- All
fluentform,FF_Form,FF_Fieldand related class stubs - Hook signatures for all Fluent Forms actions and filters
- Helper function declarations
Tech
PHP, PHPStan stubs, Fluent Forms API.