dev-master
9999999-devMSSQL Server extension for the Yii framework
BSD-3-Clause
The Requires
by Timur Ruziev
by Qiang Xue
yii2 mssql sql server
MSSQL Server extension for the Yii framework
MSSQL Server driver for Yii Database is a package for working with MSSQL databases in PHP., (*3)
The package provides a set of classes for connecting to a MSSQL 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 well as tools for working with transactions., (*4)
To use it, you will need to have the PHP MSSQL extension installed and enabled on your server. You will also need to have access to a SQL Server database and the necessary credentials to connect to it., (*5)
PHP | MSSQL Version | CI-Actions |
---|---|---|
8.1 - 8.3 | 2017 - 2022 |
The package could be installed with Composer:, (*6)
composer require yiisoft/db-mssql
To configure connection to MSSQL database check Connecting MSSQL., (*7)
Check the documentation docs to learn about usage., (*8)
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources., (*9)
The Yii Database MSSQL Server driver is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information., (*10)
Maintained by Yii Software., (*11)
MSSQL Server extension for the Yii framework
BSD-3-Clause
yii2 mssql sql server