2017 © Pedro Peláez
 

library zipwhip-php-api

ZipWhip PHP API

image

colling-media/zipwhip-php-api

ZipWhip PHP API

  • Thursday, August 18, 2016
  • by darkgoldblade01
  • Repository
  • 2 Watchers
  • 0 Stars
  • 219 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

ZipWhip-PHP-API [WIP]

Packagist Packagist Github All Releases, (*1)

Make sure you have a ZipWhip account! Visit zipwhip.com and register to get your username and password!, (*2)

Installation

composer require colling-media/zipwhip-php-api, (*3)

Getting Started


$user = "YOUR_USERNAME_HERE"; //Typically, this is your phone number $pass = "YOUR_PASSWORD_HERE"; $zipWhip = new \CollingMedia\ZipWhipClient($user, $pass); $message = "Hello World"; $number = "5555555555"; //This can be an int too, either way works. $zipWhip->sendMessage($number, $message); //Yay! Your message was sent, and you should be receiving it soon!

Available Methods

$zipWhip->deleteContact($contactId);, (*4)

$zipWhip->listContacts();, (*5)

$zipWhip->saveContact($contactInfo);, (*6)

*For contact info, it must be an array, follow thier guide to see what is allowed., (*7)

$zipWhip->deleteConversation($fingerprint);, (*8)

$zipWhip->getConversation($fingerprint, $limit, $start);, (*9)

$zipWhip->listConversations($limit, $start);, (*10)

NOTE! I didn't get to finish added the methods, will add tomorrow., (*11)

Find any issues? Let us know, and we will fix them ASAP!, (*12)

The Versions

18/08 2016

dev-master

9999999-dev https://github.com/Colling-Media/ZipWhip-PHP-API

ZipWhip PHP API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

api wrapper sms zipwhip

18/08 2016

v0.0.1

0.0.1.0 https://github.com/Colling-Media/ZipWhip-PHP-API

ZipWhip PHP API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

api wrapper sms zipwhip