cedricziel/stupidmime
Composer 安装命令:
composer require cedricziel/stupidmime
包简介
Stupid mime detection.
README 文档
README
Stupid mime detection for limited PHP environments like Google AppEngine Sandbox.
What does it do?
This contains a simple helper function get_file_mime_type which accepts a file location string like
/foo/bar.jpg and it will guess the mime type via the file extension.
It will use the php module fileinfo if present. If not, it will guess with a simple internal table.
Installation
composer require cedricziel/stupidmime
统计信息
- 总下载量: 819
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-10