PHPackages                             novofon/user-api-v1 - 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. novofon/user-api-v1

ActiveLibrary[API Development](/categories/api)

novofon/user-api-v1
===================

PHP class for Novofon API

v2.0.3(1y ago)38.6k↓20%1MITPHPPHP &gt;=5.5.0

Since Jul 18Pushed 1y agoCompare

[ Source](https://github.com/novofon/user-api-v1)[ Packagist](https://packagist.org/packages/novofon/user-api-v1)[ Docs](https://github.com/novofon/user-api-v1)[ RSS](/packages/novofon-user-api-v1/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Novofon API - User class
========================

[](#novofon-api---user-class)

An official PHP class for work with Novofon API.

Allows to work with all API methods (including VoIP, PBX, CallBack etc).

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

[](#requirements)

- PHP &gt;= 5.5.0
- cURL
- TLS v1.2

How to use?
-----------

[](#how-to-use)

An official documentation on Novofon API is [here](https://novofon.com/instructions/api/).

Keys for authorization are in [personal account](https://my.novofon.ru/vpbx/employee).

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

[](#installation)

### Via Сomposer

[](#via-сomposer)

```
composer require "novofon/user-api-v1"
```

or just add this line to your `composer.json` file:

```
"novofon/user-api-v1"
```

### Via Git

[](#via-git)

```
git clone git@github.com:novofon/user-api-v1.git
```

### \\Novofon\_API\\Api call code example

[](#novofon_apiapi-call-code-example)

```
