Inline Font Awesome for Yii
inline
/ˈɪnlʌɪn/
adjectiveincluded as part of the main text on a page, rather than in a separate section
This extension provides simple functions for Yii framework 3.0 applications to add Font Awesome Icons inline.
Installation
The package could be installed via composer:
composer require yiirocks/svg-inline-fontawesome
Usage
The default configuration will enable $svg
in any view.
echo $svg->fai('cookie');
Available options can be found in the documentation.
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit