PHPackages                             bkd27/surveymonkey - 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. bkd27/surveymonkey

ActiveLibrary[API Development](/categories/api)

bkd27/surveymonkey
==================

1.0.0(6y ago)0202GPL-3.0PHPPHP &gt;=5.5

Since Oct 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bkd27/surveymonkey)[ Packagist](https://packagist.org/packages/bkd27/surveymonkey)[ RSS](/packages/bkd27-surveymonkey/feed)WikiDiscussions master Synced 4d ago

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

SurveyMonkey API v3 Wrapper for PHP
===================================

[](#surveymonkey-api-v3-wrapper-for-php)

A simple SurveyMonkey API wrapper for version 3 of their API.

Requirements
============

[](#requirements)

- PHP 5.5+
- Composer -

Installation
============

[](#installation)

Add the following to your composer.json under require:

```
"require": {
    "bkd27/surveymonkey": "1.0.1"
},

```

Usage
=====

[](#usage)

1. Initiate a client with a long lived token:

    `$client = new Bkd27\SurveyMonkey\Client(MY_API_KEY, MY_API_TOKEN);`
2. Make calls:

    `$client->getSurveys([]);`

Check out `src/Api/*Trait.php` for exposed methods in the Client class. There are also some additional usage examples in the incomplete test suite.

OAuth
=====

[](#oauth)

Check out `authenticator/index.php` as an example of how to get a long lived token and authorize a user. You can also get a long lived token from your developer console if you are not requiring users to authenticate and just trying to work with your own account.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2396d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/140647?v=4)[Brett D](/maintainers/bkd)[@bkd](https://github.com/bkd)

---

Top Contributors

[![bkd27](https://avatars.githubusercontent.com/u/3219510?v=4)](https://github.com/bkd27 "bkd27 (5 commits)")

### Embed Badge

![Health badge](/badges/bkd27-surveymonkey/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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