2017 © Pedro Peláez
 

library auth_sasl2

image

pear/auth_sasl2

  • Monday, April 2, 2018
  • by cweiske
  • Repository
  • 19 Watchers
  • 2 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Auth_SASL2 - Abstraction of various SASL2 mechanism responses

Test Status, (*1)

Provides code to generate responses to common SASL2 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_sasl2, (*5)

For a PEAR installation from a previously downloaded tarball:, (*6)

$ pear install Auth_SASL2-*.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_sasl2, (*13)

Tests

Run the tests from a local composer installation:, (*14)

$ ./vendor/bin/phpunit, (*15)

License

BSD-3-Clause license, (*16)

The Versions

02/04 2018

0.1.0

0.1.0.0

  Sources   Download

27/02 2018

dev-master

9999999-dev https://github.com/pear/Auth_SASL2

Provides code to generate responses to common SASL mechanisms, including: [Digest-MD5, Cram-MD5, Plain, Anonymous, Login (Pseudo mechanism), SCRAM]

  Sources   Download

BSD BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Anish Mistry

sasl

07/03 2017

v0.2.0

0.2.0.0 https://github.com/pear/Auth_SASL2

Provides code to generate responses to common SASL mechanisms, including: [Digest-MD5, Cram-MD5, Plain, Anonymous, Login (Pseudo mechanism), SCRAM]

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

The Development Requires

by Anish Mistry

sasl