ml/itsdangerous

There is no license information available for the latest version (v1.0.0) 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.

v1.0.0 2017-05-08 20:35 UTC

This package is auto-updated.

Last update: 2024-04-05 17:27:25 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.