nextcaller/nextcaller-php-api

Client for Next Caller API

1.2.1 2016-10-17 14:47 UTC

This package is not auto-updated.

Last update: 2020-03-13 00:03:33 UTC


README

Build Status

A PHP wrapper around the Nextcaller API.

Requirements

Installation

You can install using composer or from source. Note that NextCaller is PSR-0 compliant:

Composer

If you don't have Composer install it:

$ curl -s https://getcomposer.org/installer | php

Require Nextcaller in your composer.json:

{
  "require": {
     "nextcaller/nextcaller-php-api": "dev-master"
  }
}

Refresh your dependencies:

$ php composer.phar update

Then make sure to require the autoloader and initialize all:

<?php
require(__DIR__ . '/vendor/autoload.php');

Documentation

Full documentation see here