Reform is an elegant and lightweight group of objects to help you create dynamic forms easier.

dev-master 2014-07-15 15:40 UTC

This package is auto-updated.

Last update: 2024-04-08 06:08:29 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.