https://github.com/php-http/multipart-stream-builder
Build a multipart stream independently form any PSR7 Stream implementation
https://github.com/php-http/multipart-stream-builder
Last synced: 11 months ago
JSON representation
Build a multipart stream independently form any PSR7 Stream implementation
- Host: GitHub
- URL: https://github.com/php-http/multipart-stream-builder
- Owner: php-http
- License: mit
- Created: 2016-07-05T18:34:46.000Z (over 9 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-10-02T11:51:28.000Z (over 1 year ago)
- Last Synced: 2025-04-11T01:15:08.191Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 113 KB
- Stars: 284
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PSR-7 Multipart Stream Builder
[](https://github.com/php-http/multipart-stream-builder/releases)
[](LICENSE)
[](https://github.com/php-http/multipart-stream-builder/actions/workflows/tests.yml)
[](https://scrutinizer-ci.com/g/php-http/multipart-stream-builder)
[](https://scrutinizer-ci.com/g/php-http/multipart-stream-builder)
[](https://packagist.org/packages/php-http/multipart-stream-builder)
**A builder for Multipart PSR-7 Streams. The builder create streams independenly form any PSR-7 implementation.**
## Install
Via Composer
``` bash
$ composer require php-http/multipart-stream-builder
```
## Documentation
Please see the [official documentation](http://php-http.readthedocs.org/en/latest/components/multipart-stream-builder.html).
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.