PHPackages                             innovato/font-awesome-5-lite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. innovato/font-awesome-5-lite

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

innovato/font-awesome-5-lite
============================

A PHP library that generates Font Awesome 5 (Pro and Free) SVG JS files and stores them in a cache.

0.2(8y ago)2631MITJavaScript

Since Mar 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/innovato/font-awesome-5-lite)[ Packagist](https://packagist.org/packages/innovato/font-awesome-5-lite)[ Docs](https://github.com/innovato/font-awesome-5-lite)[ RSS](/packages/innovato-font-awesome-5-lite/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

Font Awesome 5 Lite
===================

[](#font-awesome-5-lite)

This PHP library generates Font Awesome 5 (Pro and Free) SVG JS files and stores them in a cache. It only generates the icons that you need! It's useful for those who don't want to use third party CDN's or WebPack.

Due to possible copyright infringements you need to download the latest Font Awesome yourself and add it to the files/fa\_source folder.

Quick start
-----------

[](#quick-start)

Several quick start options are available:

- [Download the latest release.](https://github.com/innovato/font-awesome-5-lite/archive/master.zip)
- Clone the repo: `git clone https://github.com/innovato/font-awesome-5-lite.git`
- Install with [composer](https://www.getcomposer.org/): `composer require innovato/font-awesome-5-lite`

### Get the Font Awesome 5 source files (required)

[](#get-the-font-awesome-5-source-files-required)

Get the Font Awesome 5 source files from their official website (). It's up to you to whether you want to use the Free or Pro version. They're both compatible with this library.

After the download you need to place the content of the Font Awesome svg-with-js/js folder in to the files/fa\_source directory (or use your own assets directory).

If you choose to use your own assets directory, then make sure there's a subfolder called "fa\_source" with the SVG JS files and also make sure the names are compatible.

Basic usage
-----------

[](#basic-usage)

### With default settings

[](#with-default-settings)

```
