Skip to content

Installation

Marc Hester edited this page Jul 24, 2019 · 1 revision

Install with Composer (recommended)

See getcomposer.org if you are unfamiliar with Composer.

  1. Require sqlshim
composer require "radsectors/sqlshim:dev-master"
  1. Include autoloader
require 'vendor/autoload.php';

Manual Installation

  1. Download the latest release.
  2. Extract src/sqlshim.php and src/globals.php.
  3. Include it.
require 'src/sqlshim.php';

Install Sybase PHP Extension and dependencies

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.

Help/Feedback

Discord

Issues

Twitter

Donate

❤ sqlshim? Send 💸!

Clone this wiki locally