PHPackages                             colling-media/zipwhip-php-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. colling-media/zipwhip-php-api

AbandonedArchivedLibrary[API Development](/categories/api)

colling-media/zipwhip-php-api
=============================

ZipWhip PHP API

v0.0.1(9y ago)125911MITPHPPHP &gt;=5.6.4

Since Aug 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Colling-Media/ZipWhip-PHP-API)[ Packagist](https://packagist.org/packages/colling-media/zipwhip-php-api)[ Docs](https://github.com/Colling-Media/ZipWhip-PHP-API)[ RSS](/packages/colling-media-zipwhip-php-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

ZipWhip-PHP-API \[WIP\]
=======================

[](#zipwhip-php-api-wip)

[![Packagist](https://camo.githubusercontent.com/d007d6f7dee13429c8420e4b7b121421c5bebc76ed6fbc0828b7d23678295b3f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f636f6c6c696e672d6d656469612f7a6970776869702d7068702d6170692e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/colling-media/zipwhip-php-api)[![Packagist](https://camo.githubusercontent.com/0ac13621bd765cbde021c60a609116bcfa9acf640c45ff0cd01cf57a951db705/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6c6c696e672d6d656469612f7a6970776869702d7068702d6170692e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/colling-media/zipwhip-php-api)[![Github All Releases](https://camo.githubusercontent.com/d475f4bd24688c7891be171cbe884017c84da77374fbb054bf967020279e675d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f436f6c6c696e672d4d656469612f5a6970576869702d5048502d4150492f746f74616c2e7376673f6d61784167653d32353932303030)](https://github.com/Colling-Media/ZipWhip-PHP-API)

Make sure you have a ZipWhip account! Visit [zipwhip.com](http://zipwhip.com) and register to get your username and password!

Installation
------------

[](#installation)

`composer require colling-media/zipwhip-php-api`

Getting Started
---------------

[](#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
-----------------

[](#available-methods)

`$zipWhip->deleteContact($contactId);`

`$zipWhip->listContacts();`

`$zipWhip->saveContact($contactInfo);`

\*For contact info, it must be an array, follow [thier guide](https://www.zipwhip.com/api/curl/contact/save) to see what is allowed.

`$zipWhip->deleteConversation($fingerprint);`

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

`$zipWhip->listConversations($limit, $start);`

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

Find any issues? Let us know, and we will fix them ASAP!

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3604d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/093f0f4c952fb410a2324eb9acfa28d8a9bd44ed9158bce0b336fec77a674820?d=identicon)[brianclogan](/maintainers/brianclogan)

---

Top Contributors

[![brianclogan](https://avatars.githubusercontent.com/u/9066551?v=4)](https://github.com/brianclogan "brianclogan (11 commits)")[![acapps](https://avatars.githubusercontent.com/u/997481?v=4)](https://github.com/acapps "acapps (4 commits)")

---

Tags

apismswrapperzipwhip

### Embed Badge

![Health badge](/badges/colling-media-zipwhip-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/colling-media-zipwhip-php-api/health.svg)](https://phpackages.com/packages/colling-media-zipwhip-php-api)
```

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4572.4M10](/packages/gabrielbull-ups-api)[smsfactor/smsfactor-php-sdk

SMSFactor client library for PHP

15407.6k2](/packages/smsfactor-smsfactor-php-sdk)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

782.5k](/packages/walle89-swedbank-json)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1119.4k](/packages/lasserafn-laravel-economic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
