php-http/multipart-stream-builder
A builder class that help you create a multipart stream
1.4.2
109M downloads/mo
#294 most downloaded on Packagist
php-http/multipart-stream-builder
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 2.3 years
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
18 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
18 releases · Jul 2016 to Sep 2024Releases
latest 18-
1.4.204 Sep 2024 -
1.4.104 Sep 2024 -
1.4.001 Sep 2024Release notes
Open source →- No longer automatically add a
Content-Lengthheader for each part in MultipartStreamBuilder class to comply with RFC 7578 section 4.8.
Release notes
Open source →- No longer automatically add a
Content-Lengthheader for each part in MultipartStreamBuilder class to comply with RFC 7578 section 4.8.
- No longer automatically add a
-
1.3.110 Jun 2024 -
1.3.028 Apr 2023Release notes
Open source →- Removed unnecessary dependency on deprecated
php-http/message-factory - Allow
psr/http-message2.* - Also skip setting filename if URI starts with
data://
Release notes
Open source →- Removed unnecessary dependency on deprecated
php-http/message-factory - Allow
psr/http-message2.* - Also skip setting filename if URI starts with
data://
- Removed unnecessary dependency on deprecated
-
1.2.021 May 2021Release notes
Open source →- Refactored MultipartStreamBuilder to clean up and allow injecting data without a filename
- Dynamically use memory or temp file to buffer the stream content.
Release notes
Open source →- Refactored MultipartStreamBuilder to clean up and allow injecting data without a filename
- Dynamically use memory or temp file to buffer the stream content.
-
1.1.213 Jul 2020 -
1.1.104 Jul 2020 -
1.1.022 Aug 2019 -
1.0.021 May 2017 -
0.2.020 Feb 2017Release notes
Open source →You may do a BC update to version 0.2.0 if you are sure that you are not adding multiple resources with the same name to the Builder.
Fixed
- Make sure one can add resources with same name without overwrite.
-
0.1.616 Feb 2017 -
0.1.514 Feb 2017Release notes
Open source →Fixed
- Support for non-readable streams. This fix was needed because flaws in Guzzle, Zend and Slims implementations of PSR-7.
-
0.1.430 Dec 2016 -
0.1.322 Dec 2016Release notes
Open source →Added
- Added
CustomMimetypeHelperto allow you to configure custom mimetypes.
Changed
- Using regular expression instead of
basename($filename)because basename is depending on locale.
- Added
-
0.1.231 Aug 2016 -
0.1.110 Aug 2016 -
0.1.019 Jul 2016