PHPackages                             rekalogika/temporary-url-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rekalogika/temporary-url-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

rekalogika/temporary-url-bundle
===============================

Symfony bundle for creating temporary URLs to your resources. You provide the resource in a plain PHP object, and a service to turn it into a HTTP response. The framework handles the rest.

1.8.1(1mo ago)316.1k↑67.5%[7 PRs](https://github.com/rekalogika/temporary-url-bundle/pulls)3MITPHPPHP ^8.2CI passing

Since Sep 6Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/rekalogika/temporary-url-bundle)[ Packagist](https://packagist.org/packages/rekalogika/temporary-url-bundle)[ Docs](https://rekalogika.dev/temporary-url-bundle)[ GitHub Sponsors](https://github.com/priyadi)[ RSS](/packages/rekalogika-temporary-url-bundle/feed)WikiDiscussions main Synced yesterday

READMEChangelog (8)Dependencies (42)Versions (28)Used By (3)

rekalogika/temporary-url-bundle
===============================

[](#rekalogikatemporary-url-bundle)

Symfony bundle for creating temporary URLs to your resources. You provide the resource in a plain PHP object, and a service to turn it into a HTTP response. The framework handles the rest.

Synopsis
--------

[](#synopsis)

```
use Rekalogika\TemporaryUrl\Attribute\AsTemporaryUrlServer;
use Rekalogika\TemporaryUrl\TemporaryUrlGeneratorInterface;
use Symfony\Component\HttpFoundation\Response;

class MyData
{
    public string $name = 'John Doe';
}

class MyDataServer
{
    #[AsTemporaryUrlServer]
    public function respond(MyData $data): Response
    {
        return new Response('My name is ' . $data->name);
    }
}

/** @var TemporaryUrlGeneratorInterface $temporaryUrlGenerator */

$myData = new MyData;
$myData->name = 'Jane Doe';
$url = $temporaryUrlGenerator->generateUrl($myData);
```

Documentation
-------------

[](#documentation)

[rekalogika.dev/temporary-url-bundle](https://rekalogika.dev/temporary-url-bundle)

License
-------

[](#license)

MIT

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

[](#contributing)

Issues and pull requests should be filed in the GitHub repository [rekalogika/temporary-url-bundle](https://github.com/rekalogika/temporary-url-bundle).

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 87.1% 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 ~65 days

Recently: every ~93 days

Total

16

Last Release

55d ago

Major Versions

0.1.0 → 1.0.02023-09-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1102197?v=4)[Priyadi Iman Nurcahyo](/maintainers/priyadi)[@priyadi](https://github.com/priyadi)

---

Top Contributors

[![priyadi](https://avatars.githubusercontent.com/u/1102197?v=4)](https://github.com/priyadi "priyadi (54 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")

---

Tags

httpphpresponsesymfonysymfony-bundletemporary-urltemporary-urlssymfonysymfony-uxSymfony Bundletemporary url

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/rekalogika-temporary-url-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rekalogika-temporary-url-bundle/health.svg)](https://phpackages.com/packages/rekalogika-temporary-url-bundle)
```

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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