2017 © Pedro Peláez
 

library velocify

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

image

darkgoldblade01/velocify

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

  • Tuesday, August 29, 2017
  • by darkgoldblade01
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Velocify PHP SDK

Master Branch, (*1)

Build Status, (*2)

Dev Branch, (*3)

Build Status, (*4)

Velocify PHP API - an easy to use version of the PHP Velocify API using GuzzleHTTP., (*5)

Requirements

PHP 7.0 and later, (*6)

Installation & Usage

Composer

To install the bindings via Composer:, (*7)

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., (*8)

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

Leads

Get, update, and delete leads., (*9)

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., (*10)

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

The Versions

29/08 2017

dev-master

9999999-dev http://github.com/darkgoldblade01

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

  Sources   Download

The Requires

 

The Development Requires

php sdk velocify

29/08 2017

v0.0.2.2

0.0.2.2 http://github.com/darkgoldblade01

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

  Sources   Download

The Requires

 

The Development Requires

php sdk velocify

29/08 2017

dev-dev

dev-dev http://github.com/darkgoldblade01

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

  Sources   Download

The Requires

 

The Development Requires

php sdk velocify

24/08 2017

v0.0.2.1

0.0.2.1 http://github.com/darkgoldblade01

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

  Sources   Download

The Requires

 

The Development Requires

php sdk velocify

24/08 2017

v0.0.2

0.0.2.0 http://github.com/darkgoldblade01

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

  Sources   Download

The Requires

 

The Development Requires

php sdk velocify

24/08 2017

v0.0.1

0.0.1.0 http://github.com/darkgoldblade01

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

  Sources   Download

The Requires

 

The Development Requires

php sdk velocify