2017 © Pedro Peláez
 

library form

Form building for frontend

image

aldarien/form

Form building for frontend

  • Wednesday, December 20, 2017
  • by Aldarien
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Form

Latest Stable Version License Travis-CI, (*1)

Form building for frontend, (*2)

Version

Versioning is done according to SemVer Current version: 1.0.0, (*3)

Motivation

As with any programmer, I wanted a DRY form building. With that in mind, I created this frontend assistant for form building. In this version only form components are included and there is still some repeating, but simplified., (*4)

Installation

Requirements

Dev

Optional

Installation

Install using composer:, (*5)

composer require aldarien/form

Usage

In the frontend of your choice echo the form function., (*6)

Basic html

 'form_parse.php']); ?>

or:, (*7)

= form('text', ['name' => 'text_field']); ?>

Laravel Blade

{{ form('submit', ['value' => 'Submit Form']) }}

Testing

Testing was done with PHPUnit in the testing branch., (*8)

Contribute

For contributing, I use GIT and GitFlow So clone from GitHUB, checkout a feature branch from the develop branch. When done rebase and test with PHPUnit. When everything is done and ready create a pull request for the develop branch., (*9)

License

The license is MIT., (*10)

Permissions

  • Commercial use
  • Distribution
  • Modification
  • Private use

Conditions

  • License and copyright notice

Limitations

  • Liability
  • Warranty

The Versions

20/12 2017

dev-master

9999999-dev

Form building for frontend

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Aldarien

20/12 2017

1.0.1

1.0.1.0

Form building for frontend

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Aldarien

20/12 2017

dev-develop

dev-develop

Form building for frontend

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Aldarien

20/12 2017

dev-testing

dev-testing

Form building for frontend

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Aldarien

20/12 2017

1.0.0

1.0.0.0

Form building for frontend

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Aldarien