PHP Package: riverline/multipart-parser

Efficient PHP library for parsing multipart HTTP requests with ease and accuracy.

Current Version: 2.1.2
Last Updated: 2024-03-12
PHP Requirement: >=5.6.0
Dependencies:
php-fig/log
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The multipart-parser library is a versatile PHP solution engineered to handle and process multipart HTTP requests seamlessly. It excels in parsing various forms of data payloads, ensuring optimal accuracy and efficiency. With multipart-parser, developers can streamline their applications' request processing, enhancing overall performance and user experience. Incorporating advanced parsing mechanisms, this library simplifies the handling of multipart data, making it an essential tool for modern PHP development.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.0

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/riverline/multipart-parser/2.2.0/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use Riverline\MultipartParser\Parser;
use Riverline\MultipartParser\Part\DataPart;
use Riverline\MultipartParser\Part\FilePart;

$obj = new Parser();
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.