承接 druid628/exacttarget-bundle 相关项目开发

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

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

druid628/exacttarget-bundle

Composer 安装命令:

composer require druid628/exacttarget-bundle

包简介

Component library for ExactTarget API

README 文档

README

Symfony bundle for Exact Target library

Installation

Composer:

Add exacttarget-bundle to composer.json

{
    "require": {
        "druid628/exacttarget-bundle": "1.0.1"
    }
}

php composer.phar install

AppKernel

Add ExactTargetBundle to the app/AppKernel.php file.

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Druid628\ExactTarget\ExactTargetBundle\ExactTargetBundle(),
        )
    }
}

Configuration

In your app/config/config.yml add the following entries with your correct information:

exact_target:
    credentials:
        username: 'yourUsername'
        password: 'yourPassword'
        server:   's4'

Usage

From any where the ServiceContainer is available you can execute:

$etClient = $container->get('exacttarget'); 

This will return you an instance of \druid628\exactTarget\EtClient (more info)

CHANGELOG

  • v1.0.0 - DO NOT USE - Initial Commit Contained Namespace issues
  • v1.1.0 - Added simple documentation (@druid628) and Corrected Namespace issues (@rk3rn3r)

Contributors

统计信息

  • 总下载量: 5.29k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-01-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固