PHPackages                             waiyanhein/lumen-signed-url - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. waiyanhein/lumen-signed-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

waiyanhein/lumen-signed-url
===========================

Package to generate temporary signd URL for Lumen framework

1.0.0(5y ago)15.6kPHPPHP &gt;=7.2.0

Since Jan 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/waiyanhein/lumen-signed-url)[ Packagist](https://packagist.org/packages/waiyanhein/lumen-signed-url)[ RSS](/packages/waiyanhein-lumen-signed-url/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### Package to generate signed url for Lumen framework

[](#package-to-generate-signed-url-for-lumen-framework)

This package use Laravel file storage system to save the signed URLs, .

##### Installation

[](#installation)

`composer require waiyanhein/lumen-signed-url`

##### Generating temporary Signed URL

[](#generating-temporary-signed-url)

```
$signedUrl = URLSigner::sign("http://testing.com", Carbon::now()->addMinutes(10)->format('Y-m-d H:i:s'));

```

- Note: the date must be in `Y-m-d H:i:s` format.

##### Signing URL with parameters

[](#signing-url-with-parameters)

If your URL has parameters you can pass them as the third parameter as array.

```
$signedUrl = URLSigner::sign("http://testing.com", Carbon::now()->addMinutes(10)->format('Y-m-d H:i:s'), [ 'first_name' = 'Wai', 'last_name' => 'Hein' ]);

```

##### Validating the Signed URL

[](#validating-the-signed-url)

```
$isValid = URLSigner::validate($signedUrl);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1943d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ca653867bab097f161b916b2830f0a4e6161541551c16a5ea263549cbcb78cf?d=identicon)[Wai Yan Hein](/maintainers/Wai%20Yan%20Hein)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/waiyanhein-lumen-signed-url/health.svg)

```
[![Health](https://phpackages.com/badges/waiyanhein-lumen-signed-url/health.svg)](https://phpackages.com/packages/waiyanhein-lumen-signed-url)
```

###  Alternatives

[rdehnhardt/lumen-maintenance-mode

Define application maintenance mode.

2526.3k1](/packages/rdehnhardt-lumen-maintenance-mode)[michaelb/lumen-make

Lumen make adds more make commands to lumen for jobs, controllers, middleware, etc.

2119.6k](/packages/michaelb-lumen-make)

PHPackages © 2026

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