| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/FreeDSx/Sasl/ | H | 22-Jul-2025 | - | 3,193 | 1,783 | |
| .gitignore | H A D | 22-Jul-2025 | 36 | 4 | 3 | |
| CHANGELOG.md | H A D | 22-Jul-2025 | 221 | 11 | 8 | |
| LICENSE | H A D | 22-Jul-2025 | 1 KiB | 22 | 17 | |
| README.md | H A D | 22-Jul-2025 | 497 | 12 | 7 | |
| composer.json | H A D | 22-Jul-2025 | 916 | 46 | 45 |
README.md
1# FreeDSx SASL   [](https://codecov.io/gh/FreeDSx/SASL) 2 3FreeDSx SASL is a pure PHP SASL library. It supports authentication and security layer functionality (privacy / integrity, depending on the mechanism). 4 5# Getting Started 6 7Install via composer: 8 9```bash 10composer require freedsx/sasl 11``` 12