An open API service indexing awesome lists of open source software.

https://github.com/4d47/php-form-helper

A featureless form helper
https://github.com/4d47/php-form-helper

form php

Last synced: over 1 year ago
JSON representation

A featureless form helper

Awesome Lists containing this project

README

          

# php-form-helper

A PHP Form helper class.

It's late, I can't sleep, and I'm sick of those
uselessly complicated form classes out there.

## Features

- No html elements rendering
- No validators
- No form decorators
- No widgets
- No extensions
- No documentation
- 45 sloc you can read without a dedication
- A perfect 100% code coverage

## Sample

# to quickly test the sample ...
$ php -S localhost:8080
$ open http://localhost:8080/sample.php