Download the PHP package yiisoft/db-mssql without Composer
On this page you can find all versions of the php package yiisoft/db-mssql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yiisoft/db-mssql
More information about yiisoft/db-mssql
Files in yiisoft/db-mssql
Package db-mssql
Short Description MSSQL Server extension for the Yii framework
License BSD-3-Clause
Informations about the package db-mssql
Yii Database MSSQL Extension
Yii Database MSSQL Extension is a package for working with MSSQL databases in PHP. It is a part of the Yii Framework, a high-performance, open-source PHP framework for web application development.
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.
To use Yii Database MSSQL Extension, 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.
It is used in Yii Framework but can be used separately.
Support version
PHP | Mssql Version | CI-Actions |
---|---|---|
8.0 - 8.2 | 2017 - 2022 |
Installation
The package could be installed via composer:
Config with Yii Framework
The configuration with DI container of [YiiFramework].
Also you can use any DI container which implements PSR-11.
db.php
params.php
Config without Yii Framework
Unit testing
The package is tested with PHPUnit. To run tests:
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
Rector
Use Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:
Composer require checker
This package uses composer-require-checker to check if all dependencies are correctly defined in composer.json
.
To run the checker, execute the following command:
Support the project
Follow updates
License
The MSSQL Server Extension for Yii 3 is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.