定制 darkgoldblade01/velocify 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

darkgoldblade01/velocify

Composer 安装命令:

composer require darkgoldblade01/velocify

包简介

Velocify PHP API - an easy to use version of the PHP Velocify API using GuzzleHTTP.

README 文档

README

Master Branch

Build Status

Dev Branch

Build Status

Velocify PHP API - an easy to use version of the PHP Velocify API using GuzzleHTTP.

Requirements

PHP 7.0 and later

Installation & Usage

Composer

To install the bindings via Composer:

composer require darkgoldblade01/velocify

Getting Started

Getting started is easy, you just have to pass the variables required to use the endpoints you want. For instance, the access token is not required if you are using the authorzation endpoints, but everything is required for any other request.

<?php
$velocify = new darkgoldblade01\Velocify\Velocify([
    'username' => '_YOUR_USERNAME_',
    'password' => '_YOUR_PASSWORD_',
]);

Leads

Get, update, and delete leads.

Setup

<?php
$velocify = new darkgoldblade01\Velocify\Velocify([
    'username' => '_YOUR_USERNAME_',
    'password' => '_YOUR_PASSWORD_',
]);

List All Leads

This will return all of the contacts in Velocify, based on the $startDate and $endDate.

$campaigns = $velocify->leads()->listLeads($startDate, $endDate);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2017-08-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固