php-extended / php-mime-type-parser-interface
A library to parse into valid mime types
Installs: 46 923
Dependents: 1
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-mime-type-parser-interface
Requires
README
A library to parse into valid mime types.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-mime-type-parser-interface": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-mime-type-parser-catalog
.
License
MIT (See license file).