PHPackages                             nophaa/php-sipwise-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. nophaa/php-sipwise-api

ActiveLibrary[API Development](/categories/api)

nophaa/php-sipwise-api
======================

Sipwise API client

1.0.4(7y ago)227MITPHPPHP ^5.6 || ^7.0

Since Oct 16Pushed 7y ago3 watchersCompare

[ Source](https://github.com/nophaa/php-sipwise-api)[ Packagist](https://packagist.org/packages/nophaa/php-sipwise-api)[ RSS](/packages/nophaa-php-sipwise-api/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (14)Versions (8)Used By (0)

PHP Sipwise API
===============

[](#php-sipwise-api)

[![Build Status](https://camo.githubusercontent.com/e911a6a83685a5902438d5376172888b61eb4463fe22ace75ffaf249ecdc92b6/68747470733a2f2f7472617669732d63692e6f72672f6e6f706861612f7068702d736970776973652d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nophaa/php-sipwise-api)[![StyleCI](https://camo.githubusercontent.com/d22b2743b0defd9b8e47bcb315acfbaf380baf34826bc495a5aae787b317c8fc/68747470733a2f2f7374796c6563692e696f2f7265706f732f333934383530312f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/153237868)[![Latest Stable Version](https://camo.githubusercontent.com/f5db586358d4a2ef69d88ea4ab95b9e5ac56c5829950787c6f9d30b5fc96171a/68747470733a2f2f706f7365722e707567782e6f72672f6e6f706861612f7068702d736970776973652d6170692f762f737461626c65)](https://packagist.org/packages/nophaa/php-sipwise-api)[![Total Downloads](https://camo.githubusercontent.com/4878bf98908a187ab7dd246444b00925b947abffee80cc9b2ba77a0caae8e521/68747470733a2f2f706f7365722e707567782e6f72672f6e6f706861612f7068702d736970776973652d6170692f646f776e6c6f616473)](https://packagist.org/packages/nophaa/php-sipwise-api)[![Latest Unstable Version](https://camo.githubusercontent.com/b538da8aa70894cd5bd9a3becf333aa69d360b46f447c20974b4e18e735af72f/68747470733a2f2f706f7365722e707567782e6f72672f6e6f706861612f7068702d736970776973652d6170692f762f756e737461626c65)](https://packagist.org/packages/nophaa/php-sipwise-api)[![Monthly Downloads](https://camo.githubusercontent.com/6afc369e2a5b04d4da7bb9029515b462c080e864ffb125eab6400287cab386fd/68747470733a2f2f706f7365722e707567782e6f72672f6e6f706861612f7068702d736970776973652d6170692f642f6d6f6e74686c79)](https://packagist.org/packages/nophaa/php-sipwise-api)[![Daily Downloads](https://camo.githubusercontent.com/e8d0a05ac1ac5365de4ba69c076b9f06bb531a70b1654d31072f62d5cf0cfeba/68747470733a2f2f706f7365722e707567782e6f72672f6e6f706861612f7068702d736970776973652d6170692f642f6461696c79)](https://packagist.org/packages/nophaa/php-sipwise-api)

A simple Object Oriented wrapper for Sipwise Server API, written with PHP.

Tested with Sipwise version mr6.4.1, and for testing you can use vagrant file include in the repo. For more information about sipwise server you can go to .

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- A [HTTP client](https://packagist.org/providers/php-http/client-implementation)
- A [PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation)
- A Guzzle http client for custom http client
- (optional) PHPUnit to run tests.

Install
-------

[](#install)

Via Composer:

```
$ composer require nophaa/php-sipwise-api php-http/guzzle6-adapter
```

Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/). Read about clients in our [docs](doc/customize.md).

Basic usage of `php-sipwise-api` client
---------------------------------------

[](#basic-usage-of-php-sipwise-api-client)

```
