WP Manifestindependent plugin directory
manifest / forms / wordpress-orchestrix-forms

Orchestrix Forms

Open-source WordPress form builder and low-code workflow platform for forms, surveys, quizzes, payment forms, data collection, and workflow automation. Server-rendered and progressively enhanced, with PHP/TypeScript architecture, shortcode embedding, extensibility, and production-focused testing.

by Shahin Ilderemi · github.com/ildrm/wordpress-orchestrix-forms · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ildrm/wordpress-orchestrix-forms/archive/refs/heads/main.zip

Orchestrix Forms is a WordPress-native form, data, workflow, survey, quiz, payment, and low-code application platform. The runtime is dependency-light, server-rendered, and progressively enhanced. See docs/ for architecture, API, security, operations, and extension documentation.

Requirements

  • WordPress 6.4+
  • PHP 8.1+
  • MySQL 8.0+ or MariaDB 10.6+

Development

composer install
npm install
composer verify
composer audit:dependencies
composer package

composer verify is the deterministic fail-fast gate. Dependency audits are kept in audit:dependencies because they require live Packagist and npm advisory services.

Embedding

[orchestrix_form id="123"]

Or in PHP:

echo \Orchestrix\Forms\Plugin::instance()->renderer()->render( 123 );

Copyright Shahin Ilderemi. Licensed under GPL-2.0-or-later.