2017 © Pedro Peláez
 

library webservice

Api to controll doctorsender service

image

doctorsender/webservice

Api to controll doctorsender service

  • Monday, December 15, 2014
  • by doctorsender
  • Repository
  • 2 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

webservice

Doctorsender webservice to manage campaings, lists, users, etc.., (*1)

Install

composer require doctorsender/webservice:dev-master

Add it to your AppKernel.php, (*2)

public function registerBundles()
    {
        $bundles = array(
            ...
            new Doctorsender\APIBundle\DoctorsenderAPIBundle()
        );

Configure

Add in your config.yml or import configuration file., (*3)

doctorsender_api:
    user: "username"
    token: "your_api_token"

You can get your doctorsender ID from DOCTORSENDER, (*4)

You can override the api endpoint url by adding yourself the key [url], (*5)

doctorsender_api:
    url: http://soapwebservice.doctorsender.com/server.wsdl <-default value
    user: "username"
    token: "your_api_token"

Usage

This bundle provides a service called 'doctorsender' with all necessary method to make api calls to doctorsender., (*6)

Controller example:, (*7)

public function defaultAction(){
    $doctorsender = $this->get('doctorsender');
    $doctorsender->dsCampaignNew(....);
    ...
}

You can find extended webservice api info in this link: API DOCS, (*8)

The Versions

15/12 2014

dev-master

9999999-dev https://github.com/doctorsender/webservice

Api to controll doctorsender service

  Sources   Download

Apache2

The Requires

 

api mail marketing mailing webservice doctorsender

09/12 2014

0.1

0.1.0.0 https://github.com/doctorsender/webservice

Api to controll doctorsender service

  Sources   Download

Apache2

The Requires

 

api mail marketing mailing webservice doctorsender