kekos/multipart-form-data-parser
Parse multipart/form-data bodies in PHP, including raw HTTP input. Useful for handling file uploads and form fields when your environment doesn’t populate $_FILES/$_POST (e.g., non-standard servers, PUT/PATCH requests).
HttpFoundation) or cloud-based upload handlers. Ideal for teams needing minimal dependencies and full control over file processing logic.UploadRequest extends FormRequest).php artisan upload:process).Adopt if:
Look elsewhere if:
Vapor).HttpFoundation or Guzzle).spatie/laravel-medialibrary.For Executives: "This lightweight PHP package lets us handle file uploads in-house, reducing costs by eliminating cloud storage dependencies. Ideal for [specific use case, e.g., ‘internal document portals’], it gives us full control over security and performance—without vendor lock-in. Low maintenance risk for our team’s current skill set."
For Engineering: *"Pros:
*Cons:
Recommendation: Use for internal tools or low-risk features. Pair with Laravel’s Filesystem for storage. Avoid for public-facing uploads without testing."*
How can I help you explore Laravel packages today?