Skip to content

Commit

Permalink
Add chatroom badge.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Aug 8, 2015
1 parent 133c2e3 commit 44f1093
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
HTML Component for Orchestra Platform
==============

[![Join the chat at https://gitter.im/orchestral/platform](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/orchestral/platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

HTML Component extends the functionality of `Illuminate\Html` with the extra functionality to including a chainable Form and Table builder. These set of functionality are the backbone in allowing extensions in Orchestra Platform to attach action to any existing form or table.

[![Latest Stable Version](https://img.shields.io/github/release/orchestral/html.svg?style=flat)](https://packagist.org/packages/orchestra/html)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/html.svg?style=flat)](https://packagist.org/packages/orchestra/html)
[![MIT License](https://img.shields.io/packagist/l/orchestra/html.svg?style=flat)](https://packagist.org/packages/orchestra/html)
[![Build Status](https://img.shields.io/travis/orchestral/html/3.1.svg?style=flat)](https://travis-ci.org/orchestral/html)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/html/3.1.svg?style=flat)](https://coveralls.io/r/orchestral/html?branch=3.1)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/html/3.1.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/html/)
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/html.svg?style=flat-square)](https://packagist.org/packages/orchestra/html)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/html.svg?style=flat-square)](https://packagist.org/packages/orchestra/html)
[![MIT License](https://img.shields.io/packagist/l/orchestra/html.svg?style=flat-square)](https://packagist.org/packages/orchestra/html)
[![Build Status](https://img.shields.io/travis/orchestral/html/3.1.svg?style=flat-square)](https://travis-ci.org/orchestral/html)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/html/3.1.svg?style=flat-square)](https://coveralls.io/r/orchestral/html?branch=3.1)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/html/3.1.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/html/)

## Table of Content

Expand Down

0 comments on commit 44f1093

Please sign in to comment.