Skip to content

1.0.0

Compare
Choose a tag to compare
@codekandis codekandis released this 18 Nov 13:10
3a3dd69

1.0.0 - 2019-08-11

Added

  • Base64DecoderErrorCodesInterpreter interpretes the error code of a Base64Exception into its corresponding error message
  • Base64Converter converts between Base64 and Base64 URI safe values
  • Base64FormatGuard guards the valid charsets and the padding of the Base64 and Base64 URI safe values
  • Base64Encoder encoding values into a Base64 or Base64 URI safe string
  • Base64Decoder decoding values from a Base64 or Base64 URI safe string
  • PHPUnit tests
  • README.md