Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
readme: added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jul 7, 2015
1 parent 10a9ce6 commit db67d58
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Nextras\Forms
Nextras\Forms
=============

[![Build Status](https://travis-ci.org/nextras/forms.svg?branch=master)](https://travis-ci.org/nextras/forms)
[![Downloads this Month](https://img.shields.io/packagist/dm/nextras/forms.svg?style=flat)](https://packagist.org/packages/nextras/forms)
[![Stable version](http://img.shields.io/packagist/v/nextras/forms.svg?style=flat)](https://packagist.org/packages/nextras/forms)
[![Code coverage](https://img.shields.io/coveralls/nextras/forms.svg?style=flat)](https://coveralls.io/r/nextras/forms)
[![HHVM Status](http://img.shields.io/hhvm/nextras/forms.svg?style=flat)](http://hhvm.h4cc.de/package/nextras/forms)

List of components:
- **OptionList** - option control rendered as radio list
Expand All @@ -8,7 +15,7 @@ List of components:
- **Tyheahead** - the best autocomplete for your forms
- **BS3InputMacros** - input macros for Bootstrap 3 (adds some css classes)

## Installation
### Installation

The best way to install is using [Composer](http://getcomposer.org/):

Expand All @@ -19,7 +26,7 @@ $ composer require nextras/forms
For Date(Time)Picker we recommend use [DateTime Picker](http://www.malot.fr/bootstrap-datetimepicker/) for Bootstrap.
See JS init script.

## Documentation
### Documentation

Initialization in your `bootstrap.php`:

Expand Down

0 comments on commit db67d58

Please sign in to comment.