mmdm/sim-form

A simple yet nice form library

v0.1.26 2021-06-08 03:43 UTC

This package is auto-updated.

Last update: 2024-05-08 09:46:40 UTC


README

A library for form management.

Attention

It is version alpha and need a lot of tests!

Install

composer

composer require mmdm/sim-form

Or you can simply download zip file from github and extract it, then put file to your project library and use it like other libraries.

Just add line below to autoload files:

require_once 'path_to_library/autoloader.php';

and you are good to go.

Documentations

For more info about this library and see how it works, please see all documentation inside Wiki folder.

License

Under MIT license.