PHPackages                             zapmeteam/php-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zapmeteam/php-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zapmeteam/php-sdk
=================

ZapMe, PHP SDK

v1.0.4(2y ago)07991MITPHPPHP ^7.4 || ^8.0

Since Aug 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zapmeteam/php-sdk)[ Packagist](https://packagist.org/packages/zapmeteam/php-sdk)[ RSS](/packages/zapmeteam-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (8)Used By (0)

ZapMe (V2) PHP SDK
==================

[](#zapme-v2-php-sdk)

### What?

[](#what)

This is the ZapMe API PHP SDK (for the new version of ZapMe: 2.0). This was created specifically to the new API version 2.0 of the ZapMe application.

### How to Use?

[](#how-to-use)

The SDK is designed to be used by developers who want to integrate the ZapMe API into PHP systems. With the SDK you will be able to:

- Get User Data
- Send Messages
- Send Messages (with attachment)
- Show Message
- Get Messages
- Create Contacts
- Get Contacts
- Show Contact
- Destroy Contact

---

Requirements:
-------------

[](#requirements)

- Web Server (Apache, NGINX, LiteSpeed)
- PHP &gt;= 7.4
- `cURL` extension
- `json` extension

---

Installation:
-------------

[](#installation)

You have two ways to use the SDK, the first and easiest is via composer:

```
composer require zapmeteam/php-sdk
```

**The second way is by downloading the latest release here from the GitHub repository.** We encourage you to always use the package via Composer.

---

Examples of Usage:
------------------

[](#examples-of-usage)

1. Preparing...

```
