PHPackages                             comphp/auth-mssqldb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. comphp/auth-mssqldb

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

comphp/auth-mssqldb
===================

Authentication Driver for CommonPHP which utilizes a Microsoft SQL Schema

01PHP

Since May 17Pushed 3w agoCompare

[ Source](https://github.com/commonphp/auth-mssqldb)[ Packagist](https://packagist.org/packages/comphp/auth-mssqldb)[ RSS](/packages/comphp-auth-mssqldb/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CommonPHP Microsoft SQL Server Auth Driver
==========================================

[](#commonphp-microsoft-sql-server-auth-driver)

Authentication driver for CommonPHP that uses Microsoft SQL Server as an authentication source.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/auth:^0.3`
- A SQL Server database driver or extension supported by the implementation

Installation
------------

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/auth-mssqldb
```

Usage
-----

[](#usage)

```
