kilrizzy/bootforms-php

Framework Independant Bootstrap 3 Form Generator

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/kilrizzy/bootforms-php

dev-master 2013-10-29 20:29 UTC

This package is not auto-updated.

Last update: 2025-10-07 05:48:37 UTC


README

Framework Independant Bootstrap 3 Form Generator

#USE

use kilrizzy\BootformsPHP\Bootform;
$form = new Bootform();
echo $form->field(array(
    'label' => 'First Name',
    'type' => 'text'
));

#TTD

  • Fix errors popping up
  • Convert to BS3
  • Find + Add any missing form fields