Martin Zurowietz

Form

A helper library for working with forms, using the Post/Redirect/Get design pattern

$form = new Form([
    'name' => [
        'rules'   => ['required'],
        'message' => ['Name is required']
    ],
]);
Version
3.3.0
License
MIT
Stars
8
Supports
K4 K3
More