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.

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

This package is not auto-updated.

Last update: 2024-04-27 14:38:32 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.