titasgailius/laravel-stream-remote 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

titasgailius/laravel-stream-remote

Composer 安装命令:

composer require titasgailius/laravel-stream-remote

包简介

Stream remote files

README 文档

README

With this package you can stream remote contents right from your Laravel application.

Installation

composer require titasgailius/laravel-stream-remote

Usage

The streamRemoteDownload method may be used to generate a response that turns contents of a remote resource to a downloadable response without having to write anything to disk.

This method accepts a url, file name and an optional array of headers as it's arguments:

return response()->streamRemoteDownload('https://example.com/remote/file.zip', 'archive.zip');

Advanced

You may specify headers of the response, content-disposition value and chunk size of the streamed content:

return response()->streamRemoteDownload('https://example.com/remote/file.zip', 'archive.zip', [
    'Content-Type' => 'application/zip'
], 'attachment', 1024);

This is a full signature of the streamRemoteDownload method:

public function streamRemoteDownload(
    string $url,
    string $name = null,
    array $headers = [],
    string $disposition = 'attachment',
    int $chunk = 2048
): StreamedResponse;

Tests

This package is covered with tests that are store in tests directory. Run ./vendor/bin/phpunit to run the test suite.

统计信息

  • 总下载量: 1.11k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-10-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固