mattbasta/itsdangerous-php

There is no license information available for the latest version (dev-master) of this package.

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

Installs: 14 757

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 3

Forks: 13

pkg:composer/mattbasta/itsdangerous-php

dev-master 2016-01-22 15:29 UTC

This package is not auto-updated.

Last update: 2025-10-11 21:38:21 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.