Auth_SASL - Abstraction of various SASL mechanism responses
, (*1)
Provides code to generate responses to common SASL mechanisms, including:
- Anonymous
- Cram-MD5 (DEPRECATED)
- Digest-MD5 (DEPRECATED)
- External
- Login (Pseudo mechanism) (DEPRECATED)
- Plain
- SCRAM, (*2)
Homepage, (*3)
Installation
For a PEAR installation that downloads from the PEAR channel:, (*4)
$ pear install pear/auth_sasl
, (*5)
For a PEAR installation from a previously downloaded tarball:, (*6)
$ pear install Auth_SASL-*.tgz
, (*7)
For a PEAR installation from a code clone:, (*8)
$ pear install package.xml
, (*9)
For a local composer installation:, (*10)
$ composer install
, (*11)
To add as a dependency to your composer-managed application:, (*12)
$composer require pear/auth_sasl
, (*13)
Tests
Run the tests from a local composer installation:, (*14)
$ ./vendor/bin/phpunit
, (*15)
License
BSD license, (*16)