2017 © Pedro Peláez
 

library auth_sasl

Abstraction of various SASL mechanism responses

image

pear/auth_sasl

Abstraction of various SASL mechanism responses

  • Tuesday, February 20, 2018
  • by cweiske
  • Repository
  • 6 Watchers
  • 7 Stars
  • 65,427 Installations
  • PHP
  • 2 Dependents
  • 5 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 11 % Grown

The README.md

Auth_SASL - Abstraction of various SASL mechanism responses

Build Status, (*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)

The Versions

20/02 2018

dev-master

9999999-dev http://pear.php.net/package/Auth_SASL

Abstraction of various SASL mechanism responses

  Sources   Download

BSD BSD-3-Clause

The Requires

 

The Development Requires

by Anish Mistry

07/03 2017

v1.1.0

1.1.0.0

Abstraction of various SASL mechanism responses

  Sources   Download

BSD

The Requires

 

The Development Requires

by Anish Mistry