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
Dev Branch
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
其他信息
- 授权协议: Unknown
- 更新时间: 2017-08-24