PHPackages                             mralaminahamed/fluent-forms-stubs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mralaminahamed/fluent-forms-stubs

ActiveLibrary

mralaminahamed/fluent-forms-stubs
=================================

Fluent Forms function and class declaration stubs for static analysis.

v6.0.2(1y ago)01.3kMITShellCI passing

Since Jun 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mralaminahamed/phpstan-fluent-forms-stubs)[ Packagist](https://packagist.org/packages/mralaminahamed/fluent-forms-stubs)[ Docs](https://github.com/mralaminahamed/phpstan-fluent-forms-stubs)[ RSS](/packages/mralaminahamed-fluent-forms-stubs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (157)Used By (0)

Fluent Forms Stubs
==================

[](#fluent-forms-stubs)

[![Packagist stats](https://camo.githubusercontent.com/e08bd0a676333f241aa5a5b42a99d343dec2fdb7171e67351c3be5b4fbce2ea1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d72616c616d696e6168616d65642f666c75656e742d666f726d732d73747562732e737667)](https://packagist.org/packages/mralaminahamed/fluent-forms-stubs/stats)[![Packagist](https://camo.githubusercontent.com/beed30db71b5d5d3d9499e8e8e0085a73edce50c1ef5d037c74b12e0d2e792ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d72616c616d696e6168616d65642f666c75656e742d666f726d732d73747562732e7376673f636f6c6f723d344343363145267374796c653d706f706f7574)](https://packagist.org/packages/mralaminahamed/fluent-forms-stubs)[![Tweet](https://camo.githubusercontent.com/f2c37423b05bb0697239f01a903bb61244243215e49041792283fa299469597a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54776565742d73686172652d6435643564353f7374796c653d736f6369616c266c6f676f3d74776974746572)](https://twitter.com/intent/tweet?text=https%3A%2F%2Fgithub.com%2Fmralaminahamed%2Fphpstan-fluent-forms-stubs&url=I%20use%20mralaminahamed%2Fphpstan-fluent-forms-stubs%20for%20IDE%20completion%20and%20static%20analysis)[![Build Status](https://camo.githubusercontent.com/ece15cfe8dbd654974a7a926bb66c5c6dea736c02052c849167e83575de912ab/68747470733a2f2f6170702e7472617669732d63692e636f6d2f6d72616c616d696e6168616d65642f7068707374616e2d666c75656e742d666f726d732d73747562732e7376673f6272616e63683d6d6173746572)](https://app.travis-ci.com/mralaminahamed/phpstan-fluent-forms-stubs)

This package provides stub declarations for the [Fluent Forms plugin](https://wordpress.org/plugins/fluentform/)functions, classes and interfaces. These stubs can help plugin and theme developers leverage IDE completion and static analysis tools like [PHPStan](https://github.com/phpstan/phpstan).

The stubs are generated directly from the [source](https://wordpress.org/plugins/fluentform/)using [php-stubs/generator](https://github.com/php-stubs/generator).

Requirements
------------

[](#requirements)

- PHP &gt;=7.1

Installation
------------

[](#installation)

Require this package as a development dependency with [Composer](https://getcomposer.org).

```
composer require --dev mralaminahamed/fluent-forms-stubs
```

Alternatively you may download `fluent-forms-stubs.stub` directly.

Usage in PHPStan
----------------

[](#usage-in-phpstan)

Include stubs in PHPStan configuration file.

```
parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/fluent-forms-stubs/fluent-forms-constants-stubs.stub
        - vendor/mralaminahamed/fluent-forms-stubs/fluent-forms-stubs.stub
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance47

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

156

Last Release

394d ago

Major Versions

v1.8.0 → v2.0.02024-06-14

v2.0.1 → v3.0.02024-06-14

v3.6.74 → v4.0.02024-06-14

v4.3.24 → v5.0.32024-06-14

v5.2.12 → v6.0.02025-04-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8e259693672819cda4c451169f5fb48998b3cc2c2bbfe36d19a188a04c86536?d=identicon)[mralaminahamed](/maintainers/mralaminahamed)

---

Top Contributors

[![mralaminahamed](https://avatars.githubusercontent.com/u/34349365?v=4)](https://github.com/mralaminahamed "mralaminahamed (132 commits)")

---

Tags

PHPStanwordpressstatic analysisstubswordpress plugincontact formfluent-forms

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mralaminahamed-fluent-forms-stubs/health.svg)

```
[![Health](https://phpackages.com/badges/mralaminahamed-fluent-forms-stubs/health.svg)](https://phpackages.com/packages/mralaminahamed-fluent-forms-stubs)
```

###  Alternatives

[szepeviktor/phpstan-wordpress

WordPress extensions for PHPStan

3257.8M898](/packages/szepeviktor-phpstan-wordpress)[php-stubs/woocommerce-stubs

WooCommerce function and class declaration stubs for static analysis.

942.9M66](/packages/php-stubs-woocommerce-stubs)[php-stubs/wordpress-stubs

WordPress function and class declaration stubs for static analysis.

19013.0M263](/packages/php-stubs-wordpress-stubs)[php-stubs/acf-pro-stubs

Advanced Custom Fields PRO stubs for static analysis.

73692.8k50](/packages/php-stubs-acf-pro-stubs)[php-stubs/wp-cli-stubs

WP-CLI function and class declaration stubs for static analysis.

302.3M79](/packages/php-stubs-wp-cli-stubs)[php-stubs/wordpress-globals

Global variables and global constants from WordPress core.

13799.0k17](/packages/php-stubs-wordpress-globals)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
