2017 © Pedro Peláez
 

library thrift-hbase-laravel

use thrift to operator hbase for laravel.

image

honvid/thrift-hbase-laravel

use thrift to operator hbase for laravel.

  • Tuesday, June 12, 2018
  • by Honvid
  • Repository
  • 2 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

thrift-hbase-laravel

安装|Install

composer require honvid/thrift-hbase-laravel

在项目中 config/app.php 中添加如下, (*1)

'providers' => [
    ...
    Honvid\Providers\ThriftServiceProvider::class    
],
'aliases' => [
    ...
    'Thrift' => Honvid\Facades\Thrift::class
]

最后在命令后执行, (*2)

php artisan vendor:publish --provider="Honvid\Providers\ThriftServiceProvider"

config 目录中会生成 thrift.php 文件,修改对应配置即可。, (*3)

使用|Use Example

use Thrift;

...


Thrift::getValue('table1', 'ccolumn1', 'row1');

The Versions

12/06 2018

dev-master

9999999-dev

use thrift to operator hbase for laravel.

  Sources   Download

MIT

The Requires

 

by Avatar Honvid

laravel symfony thrift hbase

12/06 2018

1.0.0

1.0.0.0

use thrift to operator hbase for laravel.

  Sources   Download

MIT

The Requires

 

by Avatar Honvid

laravel symfony thrift hbase