承接 inicial/rdstation-php 相关项目开发

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

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

inicial/rdstation-php

Composer 安装命令:

composer require inicial/rdstation-php

包简介

RD Station API Integration (PHP)

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Description

Integration class to create and update leads on RD Station.

With this class you can

  • Send a new lead/conversion
  • Update lead
  • Send lead tags
  • Update lead stage
  • Update lead status

Depencies

  • Web server with PHP support
  • PHP extension CURL enabled

Composer

$ composer require inicial/rdstation-php

Usage

<?php
require_once(dirname(__FILE__) . '/init.php');

$rdStation = new \RDStation\RDStation('LEAD_EMAIL');
$rdStation->setApiToken('RD_TOKEN');
$rdStation->setLeadData('identifier', 'event-identifier');
$rdStation->setLeadData('name', 'Fabiano Couto');

// You can set all RD Station default fields and add custom fields as you want
// Read more about on http://ajuda.rdstation.com.br/hc/pt-br
// After setup all data, just call a method to make request to RD Station API

// Send a new lead/conversion
$rdStation->sendLead();
?>

Note

You can find more info about usage on class source code.

Report any bug or suggest changes using git issues.

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 3
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-01-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固