We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ac180 commit c30ecbcCopy full SHA for c30ecbc
README.md
@@ -6,6 +6,14 @@
6
## Installation
7
<code>composer require nitroxy/php-forms</code>
8
9
+## Features
10
+
11
+* Create HTML5 forms easily.
12
+* Layout engine (supports tables, divs and bootstrap out-of-the-box).
13
+* Bind forms to PHP objects for reading/data and presenting validation errors.
14
+* CSRF protection.
15
+* Supports REST-verbs such as `PATCH`, `PUT`, `DELETE` or even custom if desired.
16
17
## Example
18
19
```html
0 commit comments