2017 © Pedro Peláez
 

library kogin

Html and Form Builder

image

vladzur/kogin

Html and Form Builder

  • Monday, December 21, 2015
  • by vladzur
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Codacy Badge Build Status, (*1)

Kogin

This is a FormBuilder for Botstrap 3.x and is in beta state., (*2)

Install

Vía composer, (*3)

composer require vladzur/kogin

Usage

You can simply do..., (*4)

<?php
include_once 'vendor/autoload.php';

$form = new \Vladzur\Kogin\FormBuilder();
echo $form->open(['action' => 'demo.php']);
echo $form->text('user_name');
echo $form->email('email');
echo $form->password('password');
echo $form->select('chooses', ['One', 'Two', 'Three']);
echo $form->textarea('body');
echo $form->checkbox('remember_me');
echo $form->button('Save', ['class' => 'btn btn-primary']);
echo $form->close();
?>

The Versions

21/12 2015

dev-develop

dev-develop

Html and Form Builder

  Sources   Download

GPL

The Development Requires

by Avatar vladzur

21/12 2015

dev-master

9999999-dev

Html and Form Builder

  Sources   Download

GPL

The Development Requires

by Avatar vladzur

21/12 2015

0.2.1

0.2.1.0

Html and Form Builder

  Sources   Download

GPL

The Development Requires

by Avatar vladzur

19/11 2015

0.2.0

0.2.0.0

Html and Form Builder

  Sources   Download

GPL

The Development Requires

by Avatar vladzur

02/11 2015

0.1.3

0.1.3.0

Html and Form Builder

  Sources   Download

GPL

The Development Requires

by Avatar vladzur

02/11 2015

0.1.2

0.1.2.0

Html and Form Builder

  Sources   Download

The Development Requires

by Avatar vladzur

02/11 2015

0.1.1

0.1.1.0

Html and Form Builder

  Sources   Download

The Development Requires

by Avatar vladzur

02/11 2015

0.1.0

0.1.0.0

Html and Form Builder

  Sources   Download

The Development Requires

by Avatar vladzur