# FreeDSx SASL ![](https://github.com/FreeDSx/SASL/workflows/Analysis/badge.svg) ![](https://github.com/FreeDSx/SASL/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/SASL/branch/master/graph/badge.svg)](https://codecov.io/gh/FreeDSx/SASL) 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: ```bash composer require freedsx/sasl ```