Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 253 Bytes

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.