mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-01 21:47:54 +09:00
39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
# 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.
|