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
- Host: GitHub
- URL: https://github.com/4d47/php-form-helper
- Owner: 4d47
- License: mit
- Created: 2013-08-03T05:45:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T11:36:33.000Z (about 10 years ago)
- Last Synced: 2025-04-12T02:04:58.941Z (over 1 year ago)
- Topics: form, php
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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