Skip to content

Commit c30ecbc

Browse files
committed
hotter readme
1 parent 71ac180 commit c30ecbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
## Installation
77
<code>composer require nitroxy/php-forms</code>
88

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+
917
## Example
1018

1119
```html

0 commit comments

Comments
 (0)