https://github.com/ceusmedia/fontawesome
PHP Library to create Font Awesome code.
https://github.com/ceusmedia/fontawesome
List: fontawesome
code fontawesome generation html library namespaces oop php
Last synced: about 1 month ago
JSON representation
PHP Library to create Font Awesome code.
- Host: GitHub
- URL: https://github.com/ceusmedia/fontawesome
- Owner: CeusMedia
- License: mit
- Created: 2017-10-05T03:22:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T03:32:57.000Z (over 8 years ago)
- Last Synced: 2025-03-15T03:01:39.099Z (about 1 year ago)
- Topics: code, fontawesome, generation, html, library, namespaces, oop, php
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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' );
````