ankitpokhrel / ankitpokhrel/tus-php
Laravel Octane support
Open
- Dominant language
- PHP
- Stars
- 1.5k
- Forks
- 220
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to use tus-php on a Laravel Octane project? (with Swoole)
As i see, tus is reading uploading files from php://input stream, which is unavailable in Swoole. Also, the globals ($_GET, $_SERVER, etc) are empty in Swoole, but at least it can be fixed using a middleware, unlike the file upload itself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.