tobymaxham/laravel-odbc-driver

An ODBC Driver for SQL Server within Laravel

Installs: 4 541

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 2

Open Issues: 1

pkg:composer/tobymaxham/laravel-odbc-driver

v1.0 2016-01-13 10:03 UTC

This package is auto-updated.

Last update: 2025-09-24 06:03:24 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version License

An ODBC Driver for SQL Server within Laravel

Installation

Load dependencoes

composer require tobymaxham/laravel-odbc-driver 

Register the Service Provider

// config/app.php
'providers' => [
    ...
    'TobyMaxham\Database\OdbcServiceProvider',
    ...
];