PHPackages                             nicxon/temp-download-links - 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. nicxon/temp-download-links

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

nicxon/temp-download-links
==========================

Laravel package to generate temporary download links with expiry time and max download limits.

v1.0.1(10mo ago)32MITPHPPHP &gt;=8.0

Since Aug 15Pushed 1mo agoCompare

[ Source](https://github.com/robertnicjoo/temp-download-links)[ Packagist](https://packagist.org/packages/nicxon/temp-download-links)[ RSS](/packages/nicxon-temp-download-links/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Temporary Download Links
================================

[](#laravel-temporary-download-links)

Generate secure, temporary download links with expiry and max download limits.

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

[](#installation)

```
composer require nicxon/temp-download-links
```

Publish Migration &amp; Config
------------------------------

[](#publish-migration--config)

```
php artisan vendor:publish --provider="Nicxon\\TempDownload\\TempDownloadServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Nicxon\\TempDownload\\TempDownloadServiceProvider" --tag="config"
php artisan migrate
```

Usage
-----

[](#usage)

```
use Nicxon\TempDownload\TempDownloadLinkService;

$service = app(TempDownloadLinkService::class);

$link = $service->make(
    '/path/to/your/file.zip', // path to a file in your public folder
    120,  // expires in 2 hours
    5     // allow max 5 downloads
);

echo $link;
```

License
-------

[](#license)

[MIT](LICENSE) © 2025 Robert Nicjoo, [PT. Nicxon International Solutions](https://nicxonsolutions.com)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance74

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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 ~8 days

Total

2

Last Release

313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26541092?v=4)[irando](/maintainers/irando)[@irando](https://github.com/irando)

---

Top Contributors

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

---

Tags

file-sharinglaravellink-expirationsecure-downloadtemporary-download-linktokenized-downloadlaravelsecure downloadfile-sharingtemporary download linktokenized downloadlink expiration

### Embed Badge

![Health badge](/badges/nicxon-temp-download-links/health.svg)

```
[![Health](https://phpackages.com/badges/nicxon-temp-download-links/health.svg)](https://phpackages.com/packages/nicxon-temp-download-links)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1963.4k](/packages/ublabs-blade-simple-icons)[outerweb/image-library

Store and link files to your models

1114.1k3](/packages/outerweb-image-library)

PHPackages © 2026

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