Registry / utility / anax-htmlform

anax-htmlform

JSON →
library2.0.0phppackagistunverified

Anax htmlform module.

composer require anax/htmlform
INSTALL
IMPORT
SIG · ANAX-HTMLFORM
A
anax-htmlform
utilityphpv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FormModel
use Anax\HTMLForm\FormModel;

Create and render a simple HTML form.

use Anax\HTMLForm\FormModel; $form = new FormModel(); $form->create("MyForm", [ "text" => [ "type" => "text", "label" => "Name", ], ]); $html = $form->getHTML();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
anax-htmlform — pip install anax-htmlform · libregistry