PHPackages                             sukhilss/laravel-odbc-hive - 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. sukhilss/laravel-odbc-hive

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

sukhilss/laravel-odbc-hive
==========================

laravel-odbc-hive is a simple hive service provider for Laravel. It provides hive Connection by extending the Illuminate Database component of the laravel framework.

v6.0.4(6y ago)2152[1 issues](https://github.com/sukhilss/laravel-odbc-hive/issues)MITPHPPHP ^7.2

Since Oct 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sukhilss/laravel-odbc-hive)[ Packagist](https://packagist.org/packages/sukhilss/laravel-odbc-hive)[ RSS](/packages/sukhilss-laravel-odbc-hive/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

laravel-odbc-hive
=================

[](#laravel-odbc-hive)

laravel-odbc-hive is a simple hive service provider for Laravel. It provides hive Connection by extending the Illuminate Database component of the laravel framework.

---

- [Installation](#installation)
- [Configuration](#configuration)

Installation
------------

[](#installation)

Add laravel-db2 to your composer.json file:

```
"require": {
    "sukhilss/laravel-odbc-hive": "^6.0"
}

```

Use [composer](https://getcomposer.org) to install this package.

```
$ composer update

```

### Configuration

[](#configuration)

#### Configure hive using package config file

[](#configure-hive-using-package-config-file)

Run on the command line from the root of your project:

```
$ php artisan vendor:publish

```

Set your laravel-odbc-hive credentials in `app/config/hive.php`the same way as above

Supported DDL commands

```
Schema::connection("hive")->create('dummy_' . time(), function (Blueprint $table) {
    // Numeric Types
    $table->integer('integer_field');
    $table->bigInteger('big_integer');
    $table->smallInteger('small_integer');
    $table->tinyInteger('tinyinteger_field');
    $table->float('float_field');
    $table->double('double_field');
    $table->decimal('decimal_field');

    $table->timestamp('timestamp_field');
    $table->date('date_field');

    // String Types
    $table->string('string_field'); // String literals can be expressed with either single quotes (') or double quotes (").
    $table->char('char_field'); // fixed-length strings, the values should be shorter than the specified length
    $table->varChar('varchar_fied'); // varchar between 1 and 65535

    $table->boolean('boolean_field');
    $table->binary('binary_field');
});

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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 ~4 days

Total

4

Last Release

2387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d3ad7a886106f918489d46c4126b798f79fa6621651d2f6eaecf300c2e2b86f?d=identicon)[sukhilss](/maintainers/sukhilss)

---

Tags

laraveldatabasepdoodbchive

### Embed Badge

![Health badge](/badges/sukhilss-laravel-odbc-hive/health.svg)

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

###  Alternatives

[cooperl/laravel-db2

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.

58120.3k1](/packages/cooperl-laravel-db2)[cooperl/laravel-ibmi

laravel-ibmi is a simple DB2 &amp; Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.

1013.9k](/packages/cooperl-laravel-ibmi)

PHPackages © 2026

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