Skip to content

Version 2.0.0

Latest

Choose a tag to compare

@fabiang fabiang released this 03 Mar 12:13

Fully modernized version of the original library to support modern PHP features.

Added

  • Strict typing: type-hints and return types
  • SASL mechanism factory is now a Enum

Fixed

  • PHP 8.4 triggers deprecation notice for implicit nullable parameter $downgradeProtection#15

Deprecations

  • DigestMD5 mechanism
  • CramMD5 mechanism

Removed

  • Support for PHP < 8.2