php-extended/php-mime-type-parser-interface

This package is abandoned and no longer maintained. The author suggests using the php-extended/php-mime-type-interface package instead.

A library to parse into valid mime types

3.0.14 2021-06-24 16:55 UTC

This package is auto-updated.

Last update: 2021-06-26 20:05:10 UTC


README

A library to parse into valid mime types.

coverage

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).