PHPackages                             netpromotion/data-signer - 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. netpromotion/data-signer

Abandoned → [petrknap/data-signer](/?search=petrknap%2Fdata-signer)Library[Utility &amp; Helpers](/categories/utility)

netpromotion/data-signer
========================

Data Signer for PHP

v1.2.1(6y ago)09931[2 issues](https://github.com/netpromotion/data-signer/issues)MITPHPPHP &gt;=5.6

Since Jun 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/netpromotion/data-signer)[ Packagist](https://packagist.org/packages/netpromotion/data-signer)[ RSS](/packages/netpromotion-data-signer/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (3)Versions (9)Used By (0)

Data Signer for PHP
===================

[](#data-signer-for-php)

Examples
--------

[](#examples)

### Password reset

[](#password-reset)

```
/** @var int $userId */
/** @var Netpromotion\DataSigner\DataSignerInterface $signer */
$token = (string) $signer->withDomain('user.reset_password')->signData($userId, 12 * 3600);
send_reset_password_email($userId, $token);
```

```
/** @var Netpromotion\DataSigner\DataSignerInterface $signer */
$userId = $signer->withDomain('user.reset_password')->getData($_GET['token']);
set_password($userId, $_POST['new_password']);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~85 days

Recently: every ~107 days

Total

6

Last Release

2471d ago

### Community

Maintainers

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

---

Top Contributors

[![petrknap](https://avatars.githubusercontent.com/u/8299754?v=4)](https://github.com/petrknap "petrknap (7 commits)")[![argosovo](https://avatars.githubusercontent.com/u/3680985?v=4)](https://github.com/argosovo "argosovo (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netpromotion-data-signer/health.svg)

```
[![Health](https://phpackages.com/badges/netpromotion-data-signer/health.svg)](https://phpackages.com/packages/netpromotion-data-signer)
```

###  Alternatives

[laravel-ready/license-server

License server for Laravel

1271.2k](/packages/laravel-ready-license-server)[swissup/module-font-awesome

FontAwesome for Magento2

116.9k1](/packages/swissup-module-font-awesome)

PHPackages © 2026

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