- Notifications
You must be signed in to change notification settings - Fork11
MSSQL Server driver for Yii Database
License
yiisoft/db-mssql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MSSQL Server driver forYii Database is a package for working withMSSQL databases in PHP.
The package provides a set of classes for connecting to aMSSQL database, creating and executing commands, and working with data.It also includes a set of tools for building and executing queries, including support for parameter binding, as wellas tools for working with transactions.
To use it, you will need to have the PHPMSSQL extension installed and enabled on your server. You will also need tohave access to a SQL Server database and the necessary credentials to connect to it.
PHP | MSSQL Version | CI-Actions |
---|---|---|
8.1 - 8.4 | 2017 - 2022 |
The package could be installed withComposer:
composer require yiisoft/db-mssql
To configure connection to MSSQL database checkConnecting MSSQL.
Check the documentation docs to learn about usage.
If you need help or have a question, theYii Forum is a good place for that.You may also check out otherYii Community Resources.
The Yii Database MSSQL Server driver is free software. It is released under the terms of the BSD License.Please seeLICENSE
for more information.
Maintained byYii Software.
About
MSSQL Server driver for Yii Database