library reform
Reform is an elegant and lightweight group of objects to help you create dynamic forms easier.
johnnyfreeman/reform
Reform is an elegant and lightweight group of objects to help you create dynamic forms easier.
- Tuesday, July 15, 2014
- by johnnyfreeman
- Repository
- 1 Watchers
- 2 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Installation
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:, (*1)
{
"minimum-stability": "dev",
"require": {
"johnnyfreeman/reform": "*"
}
}
Or, you can download the reform.zip file and extract it., (*2)