aramonc / zf2-form-view-helpers
A collection of useful form view helpers. While the standard helpers are useful, I have found a need to go beyond the standard helpers to layout forms differently. It is still under development although the helpers included in numbered versions should be considered safe for use.
Requires
- php: >=5.3.3
- zendframework/zend-form: 2.2.*
- zendframework/zend-view: 2.2.*
Requires (Dev)
- zendframework/zendframework: 2.2.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 00:34:17 UTC
README
DEPRECATION NOTICE
This project is still using Bootstrap 2 classes to decorate the forms. I will be removing this project from here on the future as I am not using ZF2 as much anymore.
Description
A collection of useful form view helpers that go beyond the ones included with Zend\Form. While the standard helpers are useful, I have found a need to go beyond the standard helpers to layout forms differently.