freedsx / sasl
A Pure PHP SASL Library
0.2.1
2026-03-22 23:50 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpstan/phpstan: ^0.11|^0.12
- phpunit/phpunit: ^7.0|^8.5|^9.5
- symfony/polyfill-php80: ^1.27
- symplify/easy-coding-standard: >=6.1
Suggests
- ext-openssl: Needed for encryption for certain mechanisms.
This package is auto-updated.
Last update: 2026-06-07 21:00:53 UTC
README
FreeDSx SASL is a pure PHP SASL library. It supports authentication and security layer functionality (privacy / integrity, depending on the mechanism).
Getting Started
Install via composer:
composer require freedsx/sasl
Documentation
See SASL Mechanisms for the supported mechanisms, their options, and usage.