Skip to content

Commit ba9865f

Browse files
authored
0.10.0
1 parent 157b24e commit ba9865f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ Form
44
This is fork of [https://github.com/adamwathan/form](adamwathan/form). There is only HTML-elements builder
55
without any support frameworks (including Laravel).
66

7+
8+
[![Latest Stable Version](https://poser.pugx.org/bupy7/xml-constructor/v/stable)](https://packagist.org/packages/bupy7/form)
9+
[![Total Downloads](https://poser.pugx.org/bupy7/xml-constructor/downloads)](https://packagist.org/packages/bupy7/form)
10+
[![Latest Unstable Version](https://poser.pugx.org/bupy7/xml-constructor/v/unstable)](https://packagist.org/packages/bupy7/form)
11+
[![License](https://poser.pugx.org/bupy7/xml-constructor/license)](https://packagist.org/packages/bupy7/form)
12+
[![Build Status](https://travis-ci.org/bupy7/xml-constructor.svg?branch=master)](https://travis-ci.org/bupy7/form)
13+
[![Coverage Status](https://coveralls.io/repos/bupy7/xml-constructor/badge.svg?branch=master&service=github)](https://coveralls.io/github/bupy7/form?branch=master)
14+
715
Boring name for a boring package. Builds form HTML with a fluent-ish, hopefully intuitive syntax.
816

917
- [Installation](#installation)
1018
- [Basic Usage](#basic-usage)
11-
- [Remembering Old Input](#remembering-old-input)
19+
- [Remembering Old Input [Deprecated]](#remembering-old-input)
1220
- [Error Messages](#error-messages)
1321
- [CSRF Protection](#csrf-protection)
1422
- [Data Binding](#data-binding)

0 commit comments

Comments
 (0)