fastwebmedia/hive-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fastwebmedia/hive-api

最新稳定版本:4.0.1

Composer 安装命令:

composer require fastwebmedia/hive-api

包简介

A wrapper around Hive API.

关键字:

README 文档

README

Build Status

Install

composer require fastwebmedia/hive

You then need to add the service provider

'FWM\Hive\HiveServiceProvider'

Finally publised the config

php artisan vendor:publish

Usage

You should first update the config file with the URL and the access token so you can make request via the Hive API.

$client = new FWM\Hive\Client();
return $client->api('user')->getUser('hello@fastweb.media');

Documentation

Coming soon - for now look in the Code and User API classes to view the available methods.

统计信息

  • 总下载量: 503
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-26