PHPackages                             ghassani/surveymonkey-v3-api-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. ghassani/surveymonkey-v3-api-php

ActiveLibrary[API Development](/categories/api)

ghassani/surveymonkey-v3-api-php
================================

1.1.2(5y ago)2124.9k22[2 issues](https://github.com/ghassani/surveymonkey-v3-api-php/issues)[1 PRs](https://github.com/ghassani/surveymonkey-v3-api-php/pulls)GPL-3.0PHPPHP &gt;=5.5

Since Dec 7Pushed 3y ago3 watchersCompare

[ Source](https://github.com/ghassani/surveymonkey-v3-api-php)[ Packagist](https://packagist.org/packages/ghassani/surveymonkey-v3-api-php)[ RSS](/packages/ghassani-surveymonkey-v3-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)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": {
    "ghassani/surveymonkey-v3-api-php": "1.*"
},

```

Usage
=====

[](#usage)

1. Initiate a client with a long lived token:

    `$client = new Spliced\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

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 71% 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 ~117 days

Recently: every ~145 days

Total

6

Last Release

2132d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/234341?v=4)[Gassan Idriss](/maintainers/ghassani)[@ghassani](https://github.com/ghassani)

---

Top Contributors

[![ghassani](https://avatars.githubusercontent.com/u/234341?v=4)](https://github.com/ghassani "ghassani (49 commits)")[![shoaibali](https://avatars.githubusercontent.com/u/180494?v=4)](https://github.com/shoaibali "shoaibali (6 commits)")[![darrylhein](https://avatars.githubusercontent.com/u/376976?v=4)](https://github.com/darrylhein "darrylhein (3 commits)")[![NoelLH](https://avatars.githubusercontent.com/u/3274454?v=4)](https://github.com/NoelLH "NoelLH (2 commits)")[![Altrozero](https://avatars.githubusercontent.com/u/2123343?v=4)](https://github.com/Altrozero "Altrozero (2 commits)")[![arisanguinetti](https://avatars.githubusercontent.com/u/461301?v=4)](https://github.com/arisanguinetti "arisanguinetti (2 commits)")[![nicolasarchila](https://avatars.githubusercontent.com/u/29440572?v=4)](https://github.com/nicolasarchila "nicolasarchila (2 commits)")[![strixy](https://avatars.githubusercontent.com/u/655979?v=4)](https://github.com/strixy "strixy (1 commits)")[![bernardpeh](https://avatars.githubusercontent.com/u/393930?v=4)](https://github.com/bernardpeh "bernardpeh (1 commits)")[![intrepidws](https://avatars.githubusercontent.com/u/125735?v=4)](https://github.com/intrepidws "intrepidws (1 commits)")

### Embed Badge

![Health badge](/badges/ghassani-surveymonkey-v3-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/ghassani-surveymonkey-v3-api-php/health.svg)](https://phpackages.com/packages/ghassani-surveymonkey-v3-api-php)
```

###  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)
