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