riverline/multipart-parser
Lightweight PHP multipart/form-data parser for handling HTTP uploads and mixed multipart bodies. Extracts fields and files from raw request streams with low memory use, suited for PSR-7 or custom servers needing reliable multipart boundary parsing.
Full Changelog: https://github.com/Riverline/multipart-parser/compare/2.2.1...2.2.2
Change the default encoding when Content-Transfer-Encoding header is missing to binary 7bit (as recommended by RFC 2388 and RFC 2045) to disable the charset detection and conversion to UTF-8 that may break binary content.
:warning: May be a breaking change
Full Changelog: https://github.com/Riverline/multipart-parser/compare/2.1.1...2.1.2
How can I help you explore Laravel packages today?