PHPackages                             comphp/database-mssql - 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. [Database &amp; ORM](/categories/database)
4. /
5. comphp/database-mssql

ActiveLibrary[Database &amp; ORM](/categories/database)

comphp/database-mssql
=====================

Database Driver for CommonPHP that builds queries for and connects to Microsoft SQL Server

02PHP

Since May 21Pushed 2w agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CommonPHP Microsoft SQL Server Database Driver
==============================================

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

Database driver for CommonPHP that builds queries for and connects to Microsoft SQL Server.

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

[](#requirements)

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

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

[](#installation)

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

```
composer require comphp/database-mssql
```

Usage
-----

[](#usage)

```
