• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Jun-2022-

src/FreeDSx/Sasl/H28-Jun-2022-3,1931,783

CHANGELOG.mdH A D02-Feb-2022221 118

LICENSEH A D02-Feb-20221 KiB2217

README.mdH A D02-Feb-2022497 127

composer.jsonH A D02-Feb-2022916 4645

README.md

1# 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)
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