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. edqe/laravel-uploadthing

ActiveLibrary

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 1mo ago

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 32% 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

864d 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

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[spatie/spatie-price-api

The Price API used at promotional sites for our own products

1515.1k1](/packages/spatie-spatie-price-api)

PHPackages © 2026

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