https://github.com/radsectors/sqlshim
PHP sqlsrv functions for Linux/OS X
https://github.com/radsectors/sqlshim
linux php sqlsrv
Last synced: 5 months ago
JSON representation
PHP sqlsrv functions for Linux/OS X
- Host: GitHub
- URL: https://github.com/radsectors/sqlshim
- Owner: radsectors
- License: mit
- Created: 2015-04-16T20:32:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T17:57:21.000Z (over 4 years ago)
- Last Synced: 2025-10-08T19:02:40.942Z (9 months ago)
- Topics: linux, php, sqlsrv
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# **sqlshim** • sqlsrv for Linux/OS X
**sqlshim** replicates [sqlsrv (Microsoft SQL Server Driver for PHP)](https://github.com/Microsoft/msphpsql) 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
1. `$ composer require "radsectors/sqlshim:dev-master"`
2. `