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

Maintainers

Package info

github.com/johnnyfreeman/reform

pkg:composer/johnnyfreeman/reform

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 10:03:23 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.