PHPackages                             ticketpark/expiring-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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. ticketpark/expiring-url-bundle

AbandonedSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

ticketpark/expiring-url-bundle
==============================

Create urls which expire after a certain period.

0.4(10y ago)35.1kMITPHPPHP &gt;=5.3.3

Since Apr 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Ticketpark/TicketparkExpiringUrlBundle)[ Packagist](https://packagist.org/packages/ticketpark/expiring-url-bundle)[ RSS](/packages/ticketpark-expiring-url-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

TicketparkExpiringUrlBundle
===========================

[](#ticketparkexpiringurlbundle)

**THIS BUNDLE IS NO LONGER MAINTAINED. IT IS SLOW AND WAS NOT DONE WELL. USE AT OWN RISK!**

This Symfony2 bundles creates urls with expiration hashes. This allows for an url to become invalid after a certain time.

### Example:

[](#example)

- Url pattern:
    `/some/url/{expirationHash}/{id}`
- Generated url:
    `/some/url/2014-04-03T10:41:40+02:00.eaf378321b86d7ab2edb320be1be48672eb107562a3c8cebd3bc804620e1f4fe/123`

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

[](#installation)

Add TicketparkExcelBundle in your composer.json:

```
{
    "require": {
        "ticketpark/expiring-url-bundle": "0.2"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update ticketpark/expiring-url-bundle
```

Enable the bundles in the kernel:

```
