Skip to content

Commit 6eb8247

Browse files
committed
readme: list similar projects
1 parent a932e22 commit 6eb8247

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ allowed.
2626
However, there is not a single RFC about chunked uploads and this caused many implementations. The most mature
2727
project at the moment is [tus](https://tus.io/).
2828

29+
Similar projects:
30+
31+
- Multiple library support:
32+
[1up-lab/OneupUploaderBundle](https://github.com/1up-lab/OneupUploaderBundle),
33+
[pionl/laravel-chunk-upload](https://github.com/pionl/laravel-chunk-upload)
34+
- Single library support:
35+
[ankitpokhrel/tus-php](https://github.com/ankitpokhrel/tus-php),
36+
[flowjs/flow-php-server](https://github.com/flowjs/flow-php-server),
37+
[jildertmiedema/laravel-plupload](https://github.com/jildertmiedema/laravel-plupload),
38+
[OneOffTech/laravel-tus-upload](https://github.com/OneOffTech/laravel-tus-upload)
39+
40+
## Table of contents
41+
2942
- [Installation](#installation)
3043
- [Requirements](#requirements)
3144
- [Usage](#usage)

0 commit comments

Comments
 (0)