php-extended/php-glyphicon
最新稳定版本:8.0.10
Composer 安装命令:
composer require php-extended/php-glyphicon
包简介
A library to insert more easily glyphicons to your php templates
关键字:
README 文档
README
A library to insert more easily glyphicons to your php templates
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-glyphicon ^8
IMPORTANT NOTE : This library does not provide any font for the glyphicons. You must find them yourself and add them to your html pages by yourself. Bootstrap 3 provides such icons you can add to your html pages.
Basic Usage
This library is only intended to reduce typing when creating templates. In such php templates, you can use :
use PhpExtended\Glyphicon\Glyphicon as G;
echo G::EURO; // echoes 'euro'
echo G::EURO(); // echoes '<span class="glyphicon glyphicon-euro" aria-hidden="true"></span>'
echo G::make(G::EURO); // equivalent to G::EURO()
License
MIT (See license file).
统计信息
- 总下载量: 6.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-10