PHPackages                             dsentker/url-signature-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. dsentker/url-signature-bundle

ActiveSymfony-bundle

dsentker/url-signature-bundle
=============================

A symfony 4 bundle for creating url signatures

1.3.0(2y ago)935.2k↓50%5[2 issues](https://github.com/dsentker/url-signature-bundle/issues)MITPHPPHP ^7.2 || ^8.0 || ^8.1 || ^8.2CI failing

Since Mar 6Pushed 2y ago3 watchersCompare

[ Source](https://github.com/dsentker/url-signature-bundle)[ Packagist](https://packagist.org/packages/dsentker/url-signature-bundle)[ Docs](https://github.com/dsentker/url-signature-bundle)[ RSS](/packages/dsentker-url-signature-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (19)Versions (14)Used By (0)

URL Signature Bundle
====================

[](#url-signature-bundle)

**A Symfony &gt;=4 bundle for the [url-signature](https://github.com/dsentker/url-signature) library.**

This bundle allows you to build URLs with a signature in query string to prevent the modification of URL parts form a user. For a more detailed description, view the README from [url-signature](https://github.com/dsentker/url-signature) library .

**Features:**

- URL generation in Twig Templates
- URL generation and URL validation with a controller helper trait
- URL generation and URL validation with Dependency Injection in your controllers
- URL validation in your controller with Annotation

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

[](#installation)

Use composer to install this bundle:

```
require dsentker/url-signature-bundle

```

If you use Symfony Flex, you do not have to do anything anymore. Otherwise you have to include the bundle in your `/config/bundles.php` like this:

```
