--- title: "Download the Microsoft Drivers for PHP for SQL Server | Microsoft Docs" ms.custom: "" ms.date: "05/05/2020" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual author: David-Engel ms.author: v-daenge --- # Download the Microsoft Drivers for PHP for SQL Server 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 Databases 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. On Linux and macOS, the drivers for PHP are easily downloaded and installed using PECL. See the [Linux and macOS installation tutorial](installation-tutorial-linux-mac.md) for details. If you need to download and install the drivers for PHP on Linux and macOS manually, packages for those platforms can be found on the GitHub release tags. ## Download Microsoft Drivers 5.8 for PHP for SQL Server is the latest general availability (GA) version. **[![Download](../../ssms/media/download-icon.png) Download Microsoft Drivers for PHP for SQL Server (Windows)](https://go.microsoft.com/fwlink/?linkid=2120362)** [GitHub Release Tag v5.8.0 (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.8.0) ### Version information - Release number: 5.8.0 - Released: January 31, 2019 If you have feedback, the best way to contact the Microsoft Drivers for PHP for SQL Server team is by filing an issue on the [GitHub repository](https://github.com/Microsoft/msphpsql/issues). ## Release notes For details about what has changed in this release, see [the release notes](release-notes-php-sql-driver.md). ## Previous releases This page is for the latest version of the Microsoft Drivers for PHP only. To download previous versions, see [Previous Microsoft Drivers for PHP for SQL Server Releases](release-notes-php-sql-driver.md#previous-releases). ## See also [Getting Started with the Microsoft Drivers for PHP for SQL Server](getting-started-with-the-php-sql-driver.md) [System Requirements for the Microsoft Drivers for PHP for SQL Server](system-requirements-for-the-php-sql-driver.md) [Microsoft PHP Drivers for SQL Server Support Matrix](microsoft-php-drivers-for-sql-server-support-matrix.md) [Programming Guide for the Microsoft Drivers for PHP for SQL Server](programming-guide-for-php-sql-driver.md) [SQLSRV Driver API Reference](sqlsrv-driver-api-reference.md) [PDO_SQLSRV Driver API Reference](pdo-sqlsrv-driver-reference.md)