Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.02 KB

microsoft-php-driver-for-sql-server.md

File metadata and controls

42 lines (30 loc) · 2.02 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic
Microsoft Drivers for PHP for SQL Server
The Microsoft Drivers for PHP for SQL Server enable integration with SQL Server for PHP applications via PHP extensions.
David-Engel
davidengel
mikeray
09/18/2024
sql
connectivity
conceptual

Microsoft Drivers for PHP for SQL Server

[!INCLUDE Driver_PHP_Download]

The Microsoft Drivers for PHP for SQL Server enable integration with SQL Server for PHP applications. The drivers are PHP extensions that allow the reading and writing of SQL Server data from within PHP scripts. The drivers provide interfaces for accessing data in Azure SQL Database and in all editions of SQL Server 2005 and later (including Express Editions). The drivers make use of PHP features, including PHP streams, to read and write large objects.

Getting started

Documentation

Community

Support Resources for the Microsoft Drivers for PHP for SQL Server

Download

:::image type="icon" source="../../includes/media/download.svg" border="false"::: Download drivers for PHP for SQL

Related content

Code Samples for the Microsoft Drivers for PHP for SQL Server