PHPackages                             davidwnek/survey\_monkey\_api\_client\_bundle - 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. davidwnek/survey\_monkey\_api\_client\_bundle

ActiveSymfony-bundle[API Development](/categories/api)

davidwnek/survey\_monkey\_api\_client\_bundle
=============================================

Symfony integration bundle of the Survey Monkey API Client

1.1.3(8y ago)0979MITPHP

Since Feb 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/DavidWnek/survey_monkey_api_client_bundle)[ Packagist](https://packagist.org/packages/davidwnek/survey_monkey_api_client_bundle)[ RSS](/packages/davidwnek-survey-monkey-api-client-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Survey Monkey API v3 Client Bundle
==================================

[](#survey-monkey-api-v3-client-bundle)

Work In Progress. PR's Welcome!!

Symfony integration bundle of the Survey Monkey API Client

Getting Started
---------------

[](#getting-started)

These instructions will help you get this bundle running in your project.

Prerequisites
-------------

[](#prerequisites)

Symfony project 3.\* and above(Should work on 2.x projects, currently developing for a project so it's untested on 2.x)

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

[](#installation)

\###1. Add composer dependency and install the bundle

```
composer require davidwnek/survey-monkey-api-client-bundle dev-master

```

\###2. Enable the bundle in `AppKernel.php`

```
    // app/AppKernel.php

        public function registerBundles()
        {
        $bundles = array(
            // ...
            new davidwnek\SurveyMonkeyApiClientBundle\SurveyMonkeyApiClientBundle(),
        );
        }
```

\###3. Setup config.yml

```
//app/config/config.yml
survey_monkey_api_client:
    client_id: '%sm.client_id%'
    client_secret: '%sm.secret%'
    redirect_url: '%sm.redirect_url%'
    #These fields are optional if you use your own Authentication controller as explained later.
    authentication_success_redirect_route_name: {INSERT_SUCCESS_REDIRECT_ROUTE}
    authentication_failed_redirect_route_name: {INSERT_FAILED_REDIRECT_ROUTE}

```

\###4. Setup parameters.yml/.dist

```
//app/config/parameters.yml.dist

    sm.client_id: ~
    sm.secret: ~
    sm.redirect_url: ~

```

Place actual values in parameters.yml to keep sensitive data out of the repository! client\_id, secret can be generated:

Create new app, or use existing. Under Credentials place the Client ID and Secret provided in parameters.yml

The Redirect URL needs to match in Survey Monkeys developer panel, and in code. It's used to return to your application after the OAuth process has completed.

This bundle already provides an Action to handle the code response from Survey Money if you choose to use it. You can always create your own Action and handle the code response that way.

Redirect URL Examples:

Local development using built in Controller: [http://localhost:8000/survey\_monkey/code](http://localhost:8000/survey_monkey/code)

For Staging, Testing, Production branches, change the parameters.yml to contain the actual hostname of your domain. Keep in mind, you also need to have the redirect\_url in Survey Money. It's beneficial to have multiple Apps for different environments.

```
//app/config/parameters.yml

    sm.client_id: {INSERT ACTUAL CLIENT ID}
    sm.secret: {INSERT ACTUAL CLIENT SECRET}
    sm.redirect_url: {INSERT ACTUAL REDIRECT_URL}

```

\###5. Setting up routing.yml This step is optional if you chose to not use the built in AuthenticationController.php

```
//app/config/routing.yml

survey_monkey_api_client:
    resource: "@SurveyMonkeyApiClientBundle/Controller"
    type: annotation

```

Examples
--------

[](#examples)

TODO: Shortly a demo project will be available showing how to use the bundle.

Contributing
------------

[](#contributing)

Please feel free to submit pull requests. Keep in mind this is a Work in Progress project, and will continue to expand over time. All help is welcome.

Versioning
----------

[](#versioning)

TODO

Authors
-------

[](#authors)

- **David Wnek** - *Inital Work* -
- **Josh Schroeder** - *Consulting and Code Review* -
- **Anthony White** - *Code Review* -

License
-------

[](#license)

This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~0 days

Total

4

Last Release

3071d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f026505c3d310e87a2fffe04451d003b510d7877f90123b1bb8ff9a982795a52?d=identicon)[davidwnek@gmail.com](/maintainers/davidwnek@gmail.com)

---

Top Contributors

[![DavidWnek](https://avatars.githubusercontent.com/u/2678350?v=4)](https://github.com/DavidWnek "DavidWnek (15 commits)")

---

Tags

apiclientsymfonysurveymonkey

### Embed Badge

![Health badge](/badges/davidwnek-survey-monkey-api-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/davidwnek-survey-monkey-api-client-bundle/health.svg)](https://phpackages.com/packages/davidwnek-survey-monkey-api-client-bundle)
```

###  Alternatives

[openai-php/symfony

Symfony Bundle for OpenAI

220871.3k3](/packages/openai-php-symfony)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46688.8k5](/packages/deepseek-php-deepseek-php-client)[google-gemini-php/symfony

Symfony Bundle for Gemini

1513.7k2](/packages/google-gemini-php-symfony)

PHPackages © 2026

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