承接 x-tof/doctorsender-webservice 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

x-tof/doctorsender-webservice

Composer 安装命令:

composer require x-tof/doctorsender-webservice

包简介

Api to controll doctorsender service

README 文档

README

Doctorsender webservice to manage campaings, lists, users, etc..

##Install

composer require x-tof/doctorsender-webservice:dev-master

Add it to your AppKernel.php

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

##Configure

Add in your config.yml or import configuration file.

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

You can get your doctorsender ID from DOCTORSENDER

You can override the api endpoint url by adding yourself the key [url]

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.

Controller example:

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

You can find extended webservice api info in this link: API DOCS

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 14
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Apache2
  • 更新时间: 2019-02-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固