php-extended/php-mime-type-provider-object

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

A library that implements the php-extended/php-mime-type-provider-interface library

3.2.10 2021-06-25 17:43 UTC

This package is auto-updated.

Last update: 2021-06-26 20:13:31 UTC


README

A library that implements the php-extended/php-mime-type-provider-interface library.

coverage build status

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-provider-object": "^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 to provide standard classes to be manipulated with a mime type provider.

License

MIT (See license file).