higimo / mime-2-ext
Converter mime type to extension
1.0.0
2018-10-16 20:38 UTC
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2025-04-17 10:59:50 UTC
README
Converter mime type to extension
<?php $file = file_get_contents('./file.otf'); \Higimo\Mime2Ext::getMime($file); // 'application/vnd.ms-opentype' \Higimo\Mime2Ext::getExt($file); // otf \Higimo\Mime2Ext::getExtByFile($file); // otf \Higimo\Mime2Ext::getExtByMime('application/vnd.ms-opentype'); // otf \Higimo\Mime2Ext::get('application/vnd.ms-opentype'); // otf
Install
composer.bat require higimo/mime-2-ext
License
MIT