https://github.com/thecodingmachine/html.widgets.form-elements
This package contains PHP objects representing common HTML form elements, along renderers.
https://github.com/thecodingmachine/html.widgets.form-elements
Last synced: 8 months ago
JSON representation
This package contains PHP objects representing common HTML form elements, along renderers.
- Host: GitHub
- URL: https://github.com/thecodingmachine/html.widgets.form-elements
- Owner: thecodingmachine
- Created: 2013-10-23T09:17:54.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T14:27:17.000Z (about 3 years ago)
- Last Synced: 2025-09-30T05:47:09.448Z (9 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is this package?
=====================
This package contains PHP objects representing common HTML form elements, along renderers.
Why bother?
-----------
TODO
Note: if you are looking for a low-level representation of HTML tags as PHP objects, head over to the [mouf/html.tags package](http://mouf-php.com/packages/mouf/html.widgets.form-elements).
List of supported form elements
-------------------------------
TODO
Mouf package
------------
This package is part of [Mouf](http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework.