PHPackages                             edqe/laravel-uploadthing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. edqe/laravel-uploadthing

ActiveLibrary[File &amp; Storage](/categories/file-storage)

edqe/laravel-uploadthing
========================

UploadThing Laravel driver

v1.0.1(2y ago)510MITPHPPHP &gt;=8.0

Since Jan 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Edqe14/laravel-uploadthing)[ Packagist](https://packagist.org/packages/edqe/laravel-uploadthing)[ RSS](/packages/edqe-laravel-uploadthing/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

UploadThing Laravel
===================

[](#uploadthing-laravel)

Simple PHP port of [UploadThing's UTApi library](https://docs.uploadthing.com/)

[![GitHub License](https://camo.githubusercontent.com/120c7ae205485342297dbad8c9277aa98d9014c05f151d80568c71c42a1fbf1b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4564716531342f6c61726176656c2d75706c6f61647468696e67)](https://camo.githubusercontent.com/120c7ae205485342297dbad8c9277aa98d9014c05f151d80568c71c42a1fbf1b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4564716531342f6c61726176656c2d75706c6f61647468696e67)[![Packagist Downloads](https://camo.githubusercontent.com/6916a34d413fb3149512085475018559510a60544d0fe1a6dde8a1c78cafe5f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656471652f6c61726176656c2d75706c6f61647468696e67)](https://camo.githubusercontent.com/6916a34d413fb3149512085475018559510a60544d0fe1a6dde8a1c78cafe5f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656471652f6c61726176656c2d75706c6f61647468696e67)[![GitHub issues](https://camo.githubusercontent.com/97cbdd7f656dbf4f8533e82043fd72197a346b9c4e6235e5999b38fec0ff9f25/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6564716531342f6c61726176656c2d75706c6f61647468696e67)](https://camo.githubusercontent.com/97cbdd7f656dbf4f8533e82043fd72197a346b9c4e6235e5999b38fec0ff9f25/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6564716531342f6c61726176656c2d75706c6f61647468696e67)

📥 Installation
--------------

[](#-installation)

```
composer require edqe/laravel-uploadthing
```

📝 Usage
-------

[](#-usage)

```
use UploadThing\UploadThing;

$uploadThing = new UploadThing('your-api-key');

// Upload a file
$file = $request->file('file');
$uploadThing->upload($file);

// Get file list
$uploadThing->listFiles();

// Rename files
$uploadThing->renameFiles([
  ["fileKey" => "fileKey1", "newName" => "newName2"],
  ["fileKey" => "fileKey2", "newName" => "newName2"]
]);
// or
$uploadThing->renameFile(["fileKey" => "fileKey1", "newName" => "newName2"]);

// Delete files
$uploadThing->deleteFiles(["fileKey1", "fileKey2"]);

// Get file urls
$uploadThing->getFileUrls(["fileKey1", "fileKey2"]);

// Get usage stats
$uploadThing->getUsageInfo();
```

### [API Reference](https://edqe14.github.io/laravel-uploadthing)

[](#api-reference)

📄 License
---------

[](#-license)

[MIT](LICENSE)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d03014675e4c854a2dfba8bc046c81ff81caae9ca105d6961769d9756ef9c614?d=identicon)[edqe14](/maintainers/edqe14)

---

Top Contributors

[![Edqe14](https://avatars.githubusercontent.com/u/34704796?v=4)](https://github.com/Edqe14 "Edqe14 (30 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/edqe-laravel-uploadthing/health.svg)

```
[![Health](https://phpackages.com/badges/edqe-laravel-uploadthing/health.svg)](https://phpackages.com/packages/edqe-laravel-uploadthing)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M882](/packages/laravel-socialite)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[flat3/lodata

OData v4.01 Producer for Laravel

99351.7k](/packages/flat3-lodata)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
