PHPackages                             drkbcn/php-pdo-mssql-class - 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. drkbcn/php-pdo-mssql-class

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

drkbcn/php-pdo-mssql-class
==========================

A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.

v2.0(7y ago)6891Apache-2.0PHPPHP &gt;=5.3.6

Since Apr 30Pushed 6y agoCompare

[ Source](https://github.com/drkbcn/PHP-PDO-MsSQL-Class)[ Packagist](https://packagist.org/packages/drkbcn/php-pdo-mssql-class)[ RSS](/packages/drkbcn-php-pdo-mssql-class/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (4)Used By (0)

PHP-PDO-MsSQL-Class [![Build Status](https://camo.githubusercontent.com/8eb80f0eb3a399644a628fa0e9539dcb3b5bb34511b2a8f173a87da615390c56/68747470733a2f2f7472617669732d63692e6f72672f6c696e63616e62696e2f5048502d50444f2d4d7953514c2d436c6173732e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/lincanbin/PHP-PDO-MySQL-Class)
============================================================================================================================================================================================================================================================================================================================================

[](#php-pdo-mssql-class-)

A forked version of PHP-PDO-MySQL-Class to work with SQL Server.

- [Install](#install)
- [Initialize](#initialize)
- [Preventing SQL Injection Attacks](#preventing-sql-injection-attacks)
- [Basic Usage](#basic-usage)
- [Transaction](#transaction)
- [Iterator](#iterator)

Install
-------

[](#install)

Copy the files under `src/` to your program

OR

```
composer require drkbcn/php-pdo-mssql-class

```

Initialize
----------

[](#initialize)

```
