Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-01-15 (1 month ago) | | Not yet rated by the users | | Total: 40 | | All time: 10,036 This week: 353 |
|
Description | | Author |
This package can be used to access Microsoft SQL Server databases in Linux.
It provides a class that can access Microsoft SQL server databases using PDO dblib driver.
The package also provides global functions that wrap around the class that emulate functions of the sqlsrv PHP extension that is available on Windows. Innovation Award
January 2021
Nominee
Vote |
The Microsoft SQL Server is a popular database server often used by many companies that prefer to use Microsoft based products.
The sqlsrv PHP extension is the usual means to access a Microsoft SQL Server database under Windows. However this extension does not exist for the Linux operating system.
This package provides a solution based dblib driver for the PDO extension to access Microsoft SQL Server databases from a Linux installation.
It also provides functions that emulate the sqlsrv extension functions on Linux, so the same PHP application code can run either in Windows and Linux.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 2x |
|
Details
sqlshim • sqlsrv for Linux/OS X
sqlshim replicates sqlsrv (Microsoft SQL Server Driver for PHP) functionality on Linux/OS X.
It began as a small set of spoofed sqlsrv functions and has since evolved into a full-on sqlsrv replacement.
It is currently in alpha
and is primarily intended for use in dev environments or non-mission-critical applications. But I can't tell you what to do.
Getting Started
-
`$ composer require "radsectors/sqlshim:dev-master"`
-
`<?php require 'vendor/autoload.php';`
-
???
-
_Profit!_
See the wiki for more detailed documentation and support.
Contributing
See CONTRIBUTING.md for contribution info.
? sqlshim? Send ?!
License
See LICENSE for license info.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.