MyGit
🚩收到GitHub仓库的更新通知

pionl/laravel-chunk-upload

Fork: 163 Star: 549 (更新于 2024-04-12 09:08:28)

license: MIT

Language: PHP .

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js

最后发布版本: v1.5.4 ( 2024-03-25 23:50:50)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Laravel Chunk Upload

Total Downloads Build Status Latest Stable Version License

Introduction

Laravel Chunk Upload simplifies chunked uploads with support for multiple JavaScript libraries atop Laravel's file upload system, designed with a minimal memory footprint. Features include cross-domain request support, automatic cleaning, and intuitive usage.

For example repository with integration tests, visit laravel-chunk-upload-example.

Before contributing, familiarize yourself with the guidelines outlined in CONTRIBUTION.md.

Installation

1. Install via Composer

composer require pion/laravel-chunk-upload

2. Publish the Configuration (Optional)

php artisan vendor:publish --provider="Pion\Laravel\ChunkUpload\Providers\ChunkUploadServiceProvider"

Usage

The setup involves three steps:

  1. Integrate your controller to handle file uploads. Instructions
  2. Define a route for the controller. Instructions
  3. Select your preferred frontend provider (multiple providers are supported in a single controller).
Library Wiki Single & Chunk Upload Simultaneous Uploads Included in Example Project Author
resumable.js Wiki :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: @pionl
DropZone Wiki :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: @pionl
jQuery-File-Upload Wiki :heavy_check_mark: :heavy_multiplication_x: :heavy_check_mark: @pionl
Plupload Wiki :heavy_check_mark: :heavy_multiplication_x: :heavy_multiplication_x: @pionl
simple uploader :heavy_multiplication_x: :heavy_check_mark: :heavy_multiplication_x: :heavy_multiplication_x: @dyktek
ng-file-upload Wiki :heavy_check_mark: :heavy_multiplication_x: :heavy_multiplication_x: @L3o-pold

Simultaneous Uploads: The library must send the last chunk as the final one to ensure correct merging.

Custom Disk: Currently, it's recommended to use the basic storage setup (not linking the public folder). If you have time to verify its functionality, please PR the changes!

For detailed information and tips, refer to the Wiki or explore a working example in a separate repository with example.

Changelog

View the changelog in releases.

Contribution or Extension

Review the contribution guidelines before submitting your PRs (and utilize the example repository for running integration tests).

Refer to CONTRIBUTING.md for contribution instructions. All contributions are welcome.

Compatibility

Though not tested via automation scripts, Laravel 5/6 should still be supported.

Version PHP
11.* 8.2
10.* 8.1, 8.2
9.* 8.0, 8.1
8.* 7.4, 8.0, 8.1
7.* 7.4

Copyright and License

laravel-chunk-upload was authored by Martin Kluska and is released under the MIT License.

Copyright (c) 2017 and beyond Martin Kluska and all contributors (Thank you ❤️)

最近版本更新:(数据更新于 2024-04-12 14:30:59)

2024-03-25 23:50:50 v1.5.4

2024-03-20 02:46:23 v1.5.3

2023-03-16 05:04:11 v1.5.2

2022-08-31 15:41:38 v1.5.1

2022-03-21 20:50:37 v1.5.0

2020-12-08 02:03:39 v1.4.1

2020-06-22 04:09:57 v1.4.0

2019-11-06 05:29:34 v1.3.0

2019-03-05 20:41:07 v1.2.9

2018-09-11 17:27:12 v1.2.8

主题(topics):

blueimp, chunk, chunk-upload, dropzone, file-uploader, jquery-file-upload, laravel, laravel-5-package, plupload, resumablejs

pionl/laravel-chunk-upload同语言 PHP最近更新仓库

2024-04-28 17:21:32 coollabsio/coolify

2024-04-27 02:33:42 statamic/cms

2024-04-26 16:12:18 nextcloud/all-in-one

2024-04-25 17:09:06 doctrine/dbal

2024-04-24 14:35:39 sebastianbergmann/phpunit

2024-04-24 08:59:53 googleapis/google-api-php-client