PHPackages                             amjadiqbal/filament-url-image-uploader - 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. [Image &amp; Media](/categories/media)
4. /
5. amjadiqbal/filament-url-image-uploader

ActiveLibrary[Image &amp; Media](/categories/media)

amjadiqbal/filament-url-image-uploader
======================================

A powerful Filament PHP form component that enables seamless image uploads from URLs. Features include image validation, preview functionality, and easy integration with Laravel storage. Perfect for remote image imports, content management, and e-commerce applications built with FilamentPHP.

161262PHP

Since Apr 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AmjadIqbal/filament-url-image-uploader)[ Packagist](https://packagist.org/packages/amjadiqbal/filament-url-image-uploader)[ RSS](/packages/amjadiqbal-filament-url-image-uploader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Filament URL Image Uploader
===========================

[](#filament-url-image-uploader)

A powerful Filament PHP form component that enables seamless image uploads from URLs. Features include image validation, preview functionality, and easy integration with Laravel storage. Perfect for remote image imports, content management, and e-commerce applications built with FilamentPHP.

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

[](#installation)

You can install the package via composer:

```
composer require amjadiqbal/filament-url-image-uploader
```

Usage
-----

[](#usage)

```
use Amjadiqbal\FilamentUrlImageUploader\UrlImageUploader;

UrlImageUploader::make('image')->directory('images');
```

### Response Format

[](#response-format)

```
[
    "image" => "images/example.svg",
    "image_url" => "http://your-domain.com/storage/images/example.svg"
]
```

### Using with Models

[](#using-with-models)

```
// In your model (e.g., app/Models/Post.php)
protected function image(): Attribute
{
    return Attribute::make(
        get: fn ($value) => $value,
        set: fn ($value) => is_array($value) ? $value['image'] : $value,
    );
}
```

Configuration
-------------

[](#configuration)

### Directory Configuration

[](#directory-configuration)

You can customize the storage directory:

```
UrlImageUploader::make('image')->directory('custom/path/here');
```

Support
-------

[](#support)

### Documentation

[](#documentation)

- [Full Documentation](https://devodocs.com/laravel/filament-url-image-uploader)
- API Reference
- Examples &amp; Tutorials

### Community

[](#community)

- Join our [Discord Community](https://discord.com/channels/1352854772859932702/1352854916690874388) for discussions
- Report issues on [GitHub](https://github.com/amjadiqbal/filament-url-image-uploader/issues)

### Professional Support

[](#professional-support)

Need expert help? [Hire me on Upwork](https://www.upwork.com/freelancers/amjadkhatri) for:

- Custom implementations
- Feature development
- Technical consulting
- Priority support

Changelog
---------

[](#changelog)

Please see [CHANGELOG.md](https://github.com/AmjadIqbal/filament-url-image-uploader/blob/main/CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability, please report it in our [Security Room](https://discord.com/channels/1352854772859932702/1352854916690874388) on Discord. All security vulnerabilities will be promptly addressed.

Contributing
------------

[](#contributing)

We welcome contributions!

### Contributors

[](#contributors)

[ ![](https://camo.githubusercontent.com/74200c3fa0f7552ca4fd0a88a4a3cd6e863eff9ce2e2c3d8c88e6e54e57fa8fa/68747470733a2f2f636f6e747269622e726f636b732f696d6167653f7265706f3d616d6a6164697162616c2f66696c616d656e742d75726c2d696d6167652d75706c6f61646572)](https://github.com/amjadiqbal/filament-url-image-uploader/graphs/contributors)Made with [contrib.rocks](https://contrib.rocks).

### Custom Development

[](#custom-development)

[Hire me on Upwork](https://www.upwork.com/freelancers/amjadkhatri) for:

- Package integration
- Custom feature development
- Technical consultation
- Project implementation

### Community Support

[](#community-support)

- [Discord Community](https://discord.com/channels/1352854772859932702/1352854916690874388)
- [Documentation](https://devodocs.com/laravel/filament-url-image-uploader)
- [GitHub Issues](https://github.com/amjadiqbal/filament-url-image-uploader/issues)

For priority support and enterprise solutions, please reach out via Upwork for direct assistance.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

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/a7bf302435a7ec2ff19aa5995f1baf92d6d0a4dcafbced1f3e8609fa848a4e6e?d=identicon)[amjadiqbal](/maintainers/amjadiqbal)

---

Top Contributors

[![amjadiqbal](https://avatars.githubusercontent.com/u/36040604?v=4)](https://github.com/amjadiqbal "amjadiqbal (18 commits)")

### Embed Badge

![Health badge](/badges/amjadiqbal-filament-url-image-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/amjadiqbal-filament-url-image-uploader/health.svg)](https://phpackages.com/packages/amjadiqbal-filament-url-image-uploader)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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