jcoded/friendly-mime
最新稳定版本:1.0
Composer 安装命令:
composer require jcoded/friendly-mime
包简介
Show a human readable description for a MIME type
关键字:
README 文档
README
This package allows you to convert a MIME type into a human readable description.
Descriptions thanks to http://www.freeformatter.com/mime-types-list.html.
Installation
You can install this package through Composer. Add the following line to your composer.json require object:
"jcoded/friendly-mime": "^1.0"
Usage
There is a simple static function to use:
$friendlyName = \JCoded\FriendlyMime\FriendlyMime::getFriendlyName($mimeType);
统计信息
- 总下载量: 36.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-22