PHPackages                             idapgroup/viber-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. idapgroup/viber-sdk

ActiveLibrary

idapgroup/viber-sdk
===================

A PHP wrapper for GMS-worldwide Api

1.0.0(3y ago)413BSD-3-ClausePHPPHP &gt;=8.0

Since Jan 23Pushed 3y ago4 watchersCompare

[ Source](https://github.com/idapgroup/Viber-SDK)[ Packagist](https://packagist.org/packages/idapgroup/viber-sdk)[ Docs](https://github.com/idapgroup/Viber-SDK)[ RSS](/packages/idapgroup-viber-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Viber SDK
=========

[](#viber-sdk)

Viber SDK for working with GMS-worldwide Api.

Documentation
-------------

[](#documentation)

The documentation for the GMS-worldwide Api can be found [here](https://www.gms-worldwide.com/developers).

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require idapgroup/viber-sdk

```

or add

```
{
  "require": {
      "idapgroup/viber-sdk": "^1.0.0"
  }
}
```

to the require section of your `composer.json` file.

Quickstart
----------

[](#quickstart)

### Create an Api client

[](#create-an-api-client)

```
