movim/sasl2

Abstraction of various SASL mechanism responses. From the Auth_SASL2 Pear package

Maintainers

Package info

github.com/edhelas/sasl2

pkg:composer/movim/sasl2

Statistics

Installs: 6 828

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

dev-master 2014-06-05 21:19 UTC

This package is not auto-updated.

Last update: 2026-03-14 23:17:08 UTC


README

The PHP SASL2 Authentification Library

Provides code to generate responses to common SASL mechanisms, including:

  • Digest-MD5
  • Cram-MD5
  • Plain
  • Anonymous
  • Login (Pseudo mechanism)
  • SCRAM

From the original Auth_SASL2 Pear package : http://pear.php.net/package/Auth_SASL2/