PHPackages                             laradevs/odbc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. laradevs/odbc

ActiveLibrary[Database &amp; ORM](/categories/database)

laradevs/odbc
=============

It is a component for connect ODBC with laravel.

v1.0.1(5y ago)15MITPHPPHP &gt;=7.2CI failing

Since Jun 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/laradevs/odbc)[ Packagist](https://packagist.org/packages/laradevs/odbc)[ RSS](/packages/laradevs-odbc/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

[![](https://avatars2.githubusercontent.com/u/51764637?s=200&v=4)](https://avatars2.githubusercontent.com/u/51764637?s=200&v=4)

Laravel ODBC Connector
======================

[](#laravel-odbc-connector)

This is a simple ODBC connector for Laravel.

### Installation

[](#installation)

Add this to the require section in your composer.json file

```
composer require "laradevs/odbc"

```

Now in your config/database.php...

```
......
'odbc'   => [
	'driver'   => 'odbc',
	'dsn'      => 'odbc:DB_CONNECTION_STRING', //
	'host'     => 'DB_HOST',
	'database' => 'DB_NAME,
	'username' => 'DB_USERNAME',
	'password' => 'DB_PASSWORD',
],
....

```

#### Custom Grammar

[](#custom-grammar)

To use SQL Server or other database engines, set the grammar in the config:

```
'odbc'   => [
	...
	'grammar' => [
		'query' => Illuminate\Database\Query\Grammars\SqlServerGrammar::class,
		'schema' => Illuminate\Database\Schema\Grammars\SqlServerGrammar::class,
	],
],

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2172d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d137cbee024defb0122c632ee00a4a593131bf981d559abb9dc807e29aa1f9c8?d=identicon)[eliberio-soft](/maintainers/eliberio-soft)

---

Top Contributors

[![satoblacksato](https://avatars.githubusercontent.com/u/18121577?v=4)](https://github.com/satoblacksato "satoblacksato (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laradevs-odbc/health.svg)

```
[![Health](https://phpackages.com/badges/laradevs-odbc/health.svg)](https://phpackages.com/packages/laradevs-odbc)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
