Skip to content

Commit

Permalink
adding notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hill committed Jun 19, 2018
1 parent 8299aa5 commit 324fdac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
@@ -1,18 +1,19 @@
FontAwesome for PHP
FontAwesome 5 for PHP
===================
[![Total Downloads](https://img.shields.io/packagist/dt/khill/FontAwesomePHP.svg?style=plastic)](https://packagist.org/packages/khill/FontAwesomePHP)
[![License](https://img.shields.io/packagist/l/khill/FontAwesomePHP.svg?style=plastic)](http://opensource.org/licenses/MIT)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3-8892BF.svg?style=plastic)](https://php.net/)
[![PayPayl](https://img.shields.io/badge/paypal-donate-yellow.svg?style=plastic)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FLP6MYY3PYSFQ)

[![Current Release](https://img.shields.io/github/release/kevinkhill/FontAwesomePHP.svg?style=plastic)](https://github.com/kevinkhill/FontAwesomePHP/releases)
[![Build Status](https://img.shields.io/travis/kevinkhill/FontAwesomePHP/1.0.svg?style=plastic)](https://travis-ci.org/kevinkhill/FontAwesomePHP)
[![Coverage Status](https://img.shields.io/coveralls/kevinkhill/FontAwesomePHP/1.0.svg?style=plastic)](https://coveralls.io/r/kevinkhill/FontAwesomePHP?branch=1.0)
[![Build Status](https://img.shields.io/travis/kevinkhill/FontAwesomePHP/2.0.svg?style=plastic)](https://travis-ci.org/kevinkhill/FontAwesomePHP)
[![Coverage Status](https://img.shields.io/coveralls/kevinkhill/FontAwesomePHP/2.0.svg?style=plastic)](https://coveralls.io/r/kevinkhill/FontAwesomePHP?branch=2.0)

A composer ready package designed to integrate the fantastic Font Awesome icon set into your PHP projects through an easy to use interface.

Created with Laravel in mind, a ServiceProvider and Facade have been included as well. Don't worry though, the library will work in any PHP application, via composer or manually.

> If you would like to use FontAwesome 4 then use the `1.1` branch
Install
=======
First, add the package to your main composer.json file:
Expand Down

0 comments on commit 324fdac

Please sign in to comment.