PHPackages                             adambisek/secured-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. [Security](/categories/security)
4. /
5. adambisek/secured-links

ActiveLibrary[Security](/categories/security)

adambisek/secured-links
=======================

Package secures Nette Framework signals against CSRF attack.

v1.4.0(9y ago)131MITPHPPHP &gt;=5.4

Since Aug 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/adambisek/secured-links)[ Packagist](https://packagist.org/packages/adambisek/secured-links)[ RSS](/packages/adambisek-secured-links/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

Nextras\\SecuredLinks
---------------------

[](#nextrassecuredlinks)

[![Build Status](https://camo.githubusercontent.com/258790dcf67d12de9b7f218310ea3f091fa34d565f1f4d1d30b56cfb20dee93b/68747470733a2f2f7472617669732d63692e6f72672f6164616d626973656b2f736563757265642d6c696e6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/adambisek/secured-links)[![Coverage Status](https://camo.githubusercontent.com/13bc3016417f3aef4b134298d0ff4b121b18987bedd8b26d756bfed6c9cf77f3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6164616d626973656b2f736563757265642d6c696e6b732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/adambisek/secured-links?branch=master)[![Stable version](https://camo.githubusercontent.com/4fb1cd1f5318ed2462772b2d91b009e29550d245ac4fd132d7a174cd3a598870/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d626973656b2f736563757265642d6c696e6b732e7376673f7374796c653d666c6174)](https://packagist.org/packages/adambisek/secured-links)

**SecuredLinksTrait** creates secured signal links. **PHP 5.4+ ONLY**

forked from nextras/secured-links

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

[](#installation)

The best way to install is using [Composer](http://getcomposer.org/):

```
$ composer require adambisek/secured-links
```

Usage of SecuredLinksTrait
--------------------------

[](#usage-of-securedlinkstrait)

```
abstract class BasePrenseter extends Nette\Application\UI\Presenter
{
	use Nextras\Application\UI\SecuredLinksPresenterTrait;
}

class MyPresenter extends BasePresenter
{
	/**
	 * @secured
	 */
	public function handleDelete($id)
	{
	}
}

abstract class BaseControl extends Nette\Application\UI\Control
{
	use Nextras\Application\UI\SecuredLinksControlTrait;
}

class MyControl extends BaseControl
{
	/**
	 * @secured
	 */
	public function handleDelete($id)
	{
	}
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

3617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1eb83de34ba5a37250b3b517fca09204936e8f950afa6423299696c68f8af82?d=identicon)[enlilcz](/maintainers/enlilcz)

---

Top Contributors

[![hrach](https://avatars.githubusercontent.com/u/284263?v=4)](https://github.com/hrach "hrach (35 commits)")[![JanTvrdik](https://avatars.githubusercontent.com/u/175109?v=4)](https://github.com/JanTvrdik "JanTvrdik (3 commits)")[![adambisek](https://avatars.githubusercontent.com/u/1413812?v=4)](https://github.com/adambisek "adambisek (1 commits)")[![fprochazka](https://avatars.githubusercontent.com/u/158625?v=4)](https://github.com/fprochazka "fprochazka (1 commits)")[![hranicka](https://avatars.githubusercontent.com/u/3034538?v=4)](https://github.com/hranicka "hranicka (1 commits)")[![matej21](https://avatars.githubusercontent.com/u/1276059?v=4)](https://github.com/matej21 "matej21 (1 commits)")

---

Tags

netteapplicationnextrassecured signals

### Embed Badge

![Health badge](/badges/adambisek-secured-links/health.svg)

```
[![Health](https://phpackages.com/badges/adambisek-secured-links/health.svg)](https://phpackages.com/packages/adambisek-secured-links)
```

###  Alternatives

[nextras/secured-links

Package secures Nette Framework signals against CSRF attack.

56681.4k11](/packages/nextras-secured-links)[ublaboo/datagrid

DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

2972.0M24](/packages/ublaboo-datagrid)[nextras/datagrid

Datagrid component for Nette Framework.

71270.4k4](/packages/nextras-datagrid)[nasext/dependent-select-box

Dependent Select Box for Nette Framework.

21268.2k2](/packages/nasext-dependent-select-box)[nepada/security-annotations

Security annotations for Nette presenters and components.

1114.6k1](/packages/nepada-security-annotations)

PHPackages © 2026

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