ceus-media/font-awesome

PHP Library to create Font Awesome code.


Keywords
code, fontawesome, generation, html, library, namespaces, oop, php
License
GPL-3.0+

Documentation

FontAwesome

PHP Library to create Font Awesome code.

Installation

Composer

composer require ceus-media/font-awesome

Examples

Icon

use CeusMedia\FontAwesome\Icon;
$icon = new Icon( 'check' );