johnnyfreeman / reform
Reform is an elegant and lightweight group of objects to help you create dynamic forms easier.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/johnnyfreeman/reform
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2025-10-08 09:08:01 UTC
README
The recommended way to install Reform is through composer. Just copy the snippet below into your composer.json file and run the composer install
command to install it:
{ "minimum-stability": "dev", "require": { "johnnyfreeman/reform": "*" } }
Or, you can download the reform.zip file and extract it.