2017 © Pedro Peláez
 

library whisperbuddy-php

PHP library for whisperbuddy.com's Lead and Listener

image

whisperbuddy/whisperbuddy-php

PHP library for whisperbuddy.com's Lead and Listener

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Whisperbuddy PHP library to create lead and listener


Build Status, (*1)

  1. Install, (*2)

    You need php 5.4 or later, (*3)

    composer require whisperbuddy/whisperbuddy-php
    
  2. Example Usage, (*4)

    ```php <?php, (*5)

    require(DIR . 'path/to/vendor/autoload.php');, (*6)

    use whisperbuddy\WhisperBuddy;, (*7)

    $key = "NC8XanSyKcyU8PtUOnl-xxxxxxxxxx"; $secret = "mE7sGcH-zQc_-KF6xxxxxxxxxxxxxx";, (*8)

    $whisperbuddy = new WhisperBuddy($key,$secret);, (*9)

    // Create new Lead, (*10)

    $data = [ 'name'=> 'John Smith' , 'email'=>'johnsmith@gmail.com'];, (*11)

    $response = $whisperbuddy->createLead($data);, (*12)

    var_dump($response);, (*13)

    // Create Listener, (*14)

    $listener = $whisperbuddy->listen();, (*15)

    var_dump($listener);, (*16)

```, (*17)

The Versions

08/04 2016

dev-master

9999999-dev https://github.com/ydatech/whisperbuddy-php/

PHP library for whisperbuddy.com's Lead and Listener

  Sources   Download

MIT

The Requires

 

by Yuda Sukmana

whisperbuddy viral

08/04 2016

1.0.5

1.0.5.0 https://github.com/ydatech/whisperbuddy-php/

PHP library for whisperbuddy.com's Lead and Listener

  Sources   Download

MIT

The Requires

 

by Yuda Sukmana

whisperbuddy viral