PHPackages                             ourvoice/ourvoice-php - 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. [API Development](/categories/api)
4. /
5. ourvoice/ourvoice-php

ActiveLibrary[API Development](/categories/api)

ourvoice/ourvoice-php
=====================

Ourvoice Api REST API client for php

v1.0.2(2y ago)02.2k1MITPHPPHP &gt;=7.4

Since Jun 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/OurvoiceService/ourvoice-php)[ Packagist](https://packagist.org/packages/ourvoice/ourvoice-php)[ RSS](/packages/ourvoice-ourvoice-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Ourvoice's REST API for PHP
===========================

[](#ourvoices-rest-api-for-php)

This repository contains the open source PHP client for Ourvoice's REST API. Documentation can be found at:

Requirements
------------

[](#requirements)

- [Sign up](https://app.getourvoice.com/auth/register) for a free Ourvoice account
- Create a new access\_key in the developers sections
- Ourvoice API client for PHP requires PHP &gt;= 7.4.

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

[](#installation)

#### Composer installation

[](#composer-installation)

- [Download composer](https://getcomposer.org/doc/00-intro.md#installation-nix)
- Run `composer require ourvoice/ourvoice-php`.

#### Manual installation

[](#manual-installation)

When you do not use Composer. You can git checkout or download [this repository](https://github.com/OurvoiceService/ourvoice-php) and include the Ourvoice API client manually.

Usage
-----

[](#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
-------------

[](#documentation)

Complete documentation, instructions, and examples are available at:

License
-------

[](#license)

The Ourvoice REST Client for PHP is licensed under [The MIT License](https://opensource.org/license/mit-0/). Copyright (c) 2023, Ourvoice

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.2% 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 ~50 days

Total

3

Last Release

972d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/120a194e40b64445e19ef36cb2297609182649413e56fedcdaefbd9d7512a238?d=identicon)[ourvoice](/maintainers/ourvoice)

---

Top Contributors

[![asiedu-kev](https://avatars.githubusercontent.com/u/58175426?v=4)](https://github.com/asiedu-kev "asiedu-kev (40 commits)")[![shadonet](https://avatars.githubusercontent.com/u/20781471?v=4)](https://github.com/shadonet "shadonet (16 commits)")[![kevin-pikidy](https://avatars.githubusercontent.com/u/128834471?v=4)](https://github.com/kevin-pikidy "kevin-pikidy (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ourvoice-ourvoice-php/health.svg)

```
[![Health](https://phpackages.com/badges/ourvoice-ourvoice-php/health.svg)](https://phpackages.com/packages/ourvoice-ourvoice-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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