movim / sasl2
Abstraction of various SASL mechanism responses. From the Auth_SASL2 Pear package
dev-master
2014-06-05 21:19 UTC
Requires
- php: >=5.3.0
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/