PHPackages                             hxy2015/yii2-hbase - 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. [Search &amp; Filtering](/categories/search)
4. /
5. hxy2015/yii2-hbase

ActiveYii2-extension[Search &amp; Filtering](/categories/search)

hxy2015/yii2-hbase
==================

Hbase integration for the Yii framework

v1.1.1(8y ago)4761BSD-3-ClausePHP

Since Sep 3Pushed 8y ago2 watchersCompare

[ Source](https://github.com/hxy2015/yii2-hbase)[ Packagist](https://packagist.org/packages/hxy2015/yii2-hbase)[ RSS](/packages/hxy2015-yii2-hbase/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (0)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist hxy2015/yii2-hbase

```

or add

```
"hxy2015/yii2-hbase": "~1.0"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

```
return [
    //....
    'components' => [
        'hbase' => [
            'class' => 'hxy2015\hbase\Connection',
            'host' => 'localhost',
            'port' => '8080',
        ],
    ]
];
```

Usage
-----

[](#usage)

存储数据

```
Yii::get('hbase')->tables()->table('user')->row('12')->put('base_info:name', 'huangxiaohu');
```

查询数据

```
# 取某一列族数据
Yii::$app->get('hbase')->tables()->table('user')->row('12')->get('base_info');

# 取某一列数据
Yii::$app->get('hbase')->tables()->table('user')->row('12')->get('base_info:name');
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 70.6% 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 ~70 days

Total

4

Last Release

2960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3304ac49cb0de02a88a041ef014f7c65d272bdb6b14b1fa4fe9192aceffea4e?d=identicon)[hxy2015](/maintainers/hxy2015)

---

Top Contributors

[![hxy2015](https://avatars.githubusercontent.com/u/11882138?v=4)](https://github.com/hxy2015 "hxy2015 (12 commits)")[![stayrealye](https://avatars.githubusercontent.com/u/20291108?v=4)](https://github.com/stayrealye "stayrealye (4 commits)")[![zhanghao1116](https://avatars.githubusercontent.com/u/19278042?v=4)](https://github.com/zhanghao1116 "zhanghao1116 (1 commits)")

---

Tags

searchyii2hbase

### Embed Badge

![Health badge](/badges/hxy2015-yii2-hbase/health.svg)

```
[![Health](https://phpackages.com/badges/hxy2015-yii2-hbase/health.svg)](https://phpackages.com/packages/hxy2015-yii2-hbase)
```

###  Alternatives

[vintage/yii2-search

Search in Active Record models for Yii2

294.6k](/packages/vintage-yii2-search)

PHPackages © 2026

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