johnnyfreeman / reform
Reform is an elegant and lightweight group of objects to help you create dynamic forms easier.
dev-master
2014-07-15 15:40 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-11-08 07:17:17 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.