php-extended/php-glyphicon 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

coverage build status

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.phar from 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-12-10