ml/itsdangerous

A PHP port of itsdangerous by @mitsuhiko - Various helpers to pass data to untrusted environments and to get it back safe and sound.

Maintainers

👁 Brammers

Package info

github.com/monolight/itsdangerous-php

pkg:composer/ml/itsdangerous

Statistics

Installs: 652

Dependents: 0

Suggesters: 0

Stars: 0

v2.0.0 2026-02-10 19:22 UTC

Requires

  • php: ^8.4

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 0dd4ae3668bffe4f1d8ba4d3775e53b3426e4c1b

This package is auto-updated.

Last update: 2026-06-10 20:17:13 UTC


README

👁 Join the chat at https://gitter.im/mattbasta/itsdangerous-php

A PHP port of itsdangerous by @mitsuhiko

Differences from itsdangerous

  1. Signer arguments cannot be specified in the constructor of a Serializer.
  2. JWS classes are not implemented.
  3. URL-safe classes are not implemented.