承接 ourvoice/ourvoice-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ourvoice/ourvoice-php

最新稳定版本:v1.0.2

Composer 安装命令:

composer require ourvoice/ourvoice-php

包简介

Ourvoice Api REST API client for php

README 文档

README

This repository contains the open source PHP client for Ourvoice's REST API. Documentation can be found at: https://api-docs.getourvoice.com/

Requirements

  • Sign up for a free Ourvoice account
  • Create a new access_key in the developers sections
  • Ourvoice API client for PHP requires PHP >= 7.4.

Installation

Composer installation

Manual installation

When you do not use Composer. You can git checkout or download this repository and include the Ourvoice API client manually.

Usage

Here is a quick breakdown on how it works. First, you need to set up a Ourvoice\Client. Be sure to replace YOUR_ACCESS_KEY with something real.

$ourvoice = new \Ourvoice\Client('YOUR_API_KEY');

That's easy enough. Now we can query the server for information. Lets use getting your campaigns overview as an example:

// Get your campaigns
$myCampaigns = $ourvoice->campaigns->getList();

Documentation

Complete documentation, instructions, and examples are available at: https://api-docs.getourvoice.com/

License

The Ourvoice REST Client for PHP is licensed under The MIT License. Copyright (c) 2023, Ourvoice

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-06