Download the PHP package davidwnek/survey_monkey_api_client_bundle without Composer

On this page you can find all versions of the php package davidwnek/survey_monkey_api_client_bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package survey_monkey_api_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

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

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

1. Add composer dependency and install the bundle

2. Enable the bundle in AppKernel.php

3. Setup config.yml

4. Setup parameters.yml/.dist

Place actual values in parameters.yml to keep sensitive data out of the repository! client_id, secret can be generated: https://developer.surveymonkey.com/apps/

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

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.

5. Setting up routing.yml

This step is optional if you chose to not use the built in AuthenticationController.php

Examples

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

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

TODO

Authors

License

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


All versions of survey_monkey_api_client_bundle with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package davidwnek/survey_monkey_api_client_bundle contains the following files

Loading the files please wait ....