status200/php-mime

MIME type library for PHP

Maintainers

Package info

github.com/status200/php-mime

pkg:composer/status200/php-mime

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2014-09-17 13:59 UTC

This package is not auto-updated.

Last update: 2026-03-10 10:05:41 UTC


README

MIME type lookup for PHP

Usage

$mime = new \Status200\Mime();
echo $mime -> get("/any/valid/file/path.txt");
// text/plain