Download the PHP package bushbaby/expose-fontawesome without Composer
On this page you can find all versions of the php package bushbaby/expose-fontawesome. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bushbaby/expose-fontawesome
More information about bushbaby/expose-fontawesome
Files in bushbaby/expose-fontawesome
Download bushbaby/expose-fontawesome
More information about bushbaby/expose-fontawesome
Files in bushbaby/expose-fontawesome
Vendor bushbaby
Package expose-fontawesome
Short Description BsbFontAwesome is a ZF2 module that helps exposing the awesome font awesome project
License MIT
Homepage https://github.com/basz/BsbFontAwesome
Package expose-fontawesome
Short Description BsbFontAwesome is a ZF2 module that helps exposing the awesome font awesome project
License MIT
Homepage https://github.com/basz/BsbFontAwesome
Please rate this library. Is it a good library?
Informations about the package expose-fontawesome
BsbFontAwesome
BsbFontAwesome is a ZF2 module that helps exposing the awesome font awesome project.
Update your composer.json in your project root to include the following snipped
"require": {
"bushbaby/fontawesome" : "1.*"
}
Additionally, since font awesome doesn't have a composer.json, add the following snipped to the composer.json in your project root.
"repositories" : [
{
"type": "package",
"package": {
"version": "3.0.0",
"name": "fortawesome/fontawesome",
"source": {
"type": "git",
"url": "https://github.com/FortAwesome/Font-Awesome.git",
"reference": "3.0.0"
}
}
}
],
All versions of expose-fontawesome with dependencies
PHP Build Version
Package Version
The package bushbaby/expose-fontawesome contains the following files
Loading the files please wait ....