PHPackages                             cuongsql/laravel-url-uploaded-file - 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. cuongsql/laravel-url-uploaded-file

ActiveLibrary

cuongsql/laravel-url-uploaded-file
==================================

A package to leverage Laravel's UploadedFile functionality from URLs.

050PHP

Since Sep 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cuongsql/laravel-url-uploaded-file)[ Packagist](https://packagist.org/packages/cuongsql/laravel-url-uploaded-file)[ RSS](/packages/cuongsql-laravel-url-uploaded-file/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Read the full post in my blog:

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require cuongsql/laravel-url-uploaded-file
```

Usage
-----

[](#usage)

```
use Cuongsql\UrlUploadedFile\UrlUploadedFile;

$file = UrlUploadedFile::createFromUrl('https://cuongsql.com/logo.png');
```

Now, because `UrlUploadedFile` extends `UploadedFile`, you can [store](https://laravel.com/docs/8.x/requests#storing-uploaded-files) it, get its [path and extension](https://laravel.com/docs/8.x/requests#storing-uploaded-files) and use `UploadedFile`'s functionality with it.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Roadmap
-------

[](#roadmap)

Version 1.0 provides basic functionality only. It was extracted from a real project I was working on. The plan for version 2.0 is to extend the functionality by adding more downloaders.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![cuongsql](https://avatars.githubusercontent.com/u/57203038?v=4)](https://github.com/cuongsql "cuongsql (14 commits)")

### Embed Badge

![Health badge](/badges/cuongsql-laravel-url-uploaded-file/health.svg)

```
[![Health](https://phpackages.com/badges/cuongsql-laravel-url-uploaded-file/health.svg)](https://phpackages.com/packages/cuongsql-laravel-url-uploaded-file)
```

PHPackages © 2026

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