-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Marc Hester edited this page Jul 24, 2019
·
1 revision
Install with Composer (recommended)
See getcomposer.org if you are unfamiliar with Composer.
- Require sqlshim
composer require "radsectors/sqlshim:dev-master"
- Include autoloader
require 'vendor/autoload.php';
- Download the latest release.
- Extract
src/sqlshim.php
andsrc/globals.php
. - Include it.
require 'src/sqlshim.php';
Debian-based: sudo apt-get install php-sybase
Red Hat-based: sudo yum install php-mssql
Windows (lol): see Sybase documentation...
Your package manager should also install FreeTDS, Sybase, and any other required libraries you don't have yet.
#footer