movim / sasl2
Abstraction of various SASL mechanism responses. From the Auth_SASL2 Pear package
Installs: 6 827
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 3
Open Issues: 2
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-09 16:06:32 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/