PHP Package: ralouphie/mimey

Mimey is a PHP library for handling MIME types efficiently, providing extensive functionality for MIME type detection, validation, and manipulation.

Current Version: 2.1.0
Last Updated: Date not available
PHP Requirement: ^5.4|^7.0
Dependencies:
php-fig/log
php-fig/http-message
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Mimey is a robust PHP library designed to streamline MIME type management tasks, offering a comprehensive suite of features for easy detection, validation, and manipulation of MIME types. With Mimey, developers can effortlessly handle various MIME-related operations in their applications, ensuring seamless data processing and transmission.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.1.0

Download Download v2.1.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/ralouphie/mimey/2.1.0/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
require_once 'libs/php-fig/http-message/2.0/loader.php';

use Mimey\MimeTypes;
use Psr\Log\LoggerInterface;

$obj = new MimeTypes();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.