at path:
ROOT
/
wp-content
/
plugins
/
fluentform
/
composer.json
run:
R
W
Run
app
DIR
2026-07-10 16:51:48
R
W
Run
assets
DIR
2026-07-10 16:51:48
R
W
Run
boot
DIR
2026-07-10 16:51:48
R
W
Run
config
DIR
2026-07-10 16:51:48
R
W
Run
database
DIR
2026-07-10 16:51:48
R
W
Run
resources
DIR
2026-07-10 16:51:48
R
W
Run
vendor
DIR
2026-07-10 16:51:48
R
W
Run
.phpcs.xml
2.45 KB
2022-10-21 17:26:36
R
W
Run
Delete
Rename
composer.json
1.43 KB
2026-05-21 17:30:56
R
W
Run
Delete
Rename
fluentform.php
1.07 KB
2026-06-09 17:10:40
R
W
Run
Delete
Rename
index.php
26 By
2017-12-29 21:40:50
R
W
Run
Delete
Rename
readme.txt
37.87 KB
2026-06-09 17:10:40
R
W
Run
Delete
Rename
error_log
up
📄
composer.json
Save
{ "name": "wpfluent/wpfluent", "type": "project", "description": "WPFluent - The best framework to build WordPress plugins.", "keywords": [ "WordPress", "framework", "WPFluent" ], "license": "MIT", "authors": [ { "name": "Sheikh Heera", "email": "heera.sheikh77@gmail.com" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/wpfluent/framework" } ], "require": { "wpfluent/framework": "^2.11.19", "openspout/openspout": "^3.7" }, "autoload": { "psr-4": { "FluentForm\\App\\": "app/", "FluentForm\\Framework\\": "vendor/wpfluent/framework/src/WPFluent" }, "classmap": [ "database/", "app/Compat/" ], "files": [] }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" }, "wpfluent": { "namespace": { "current": "FluentForm" } } }, "scripts": { "post-install-cmd": [ "FluentForm\\App\\ComposerScript::postInstall" ], "post-update-cmd": [ "FluentForm\\App\\ComposerScript::postUpdate" ] }, "config": { "platform": { "php": "7.4" } }, "minimum-stability": "dev", "prefer-stable": true }