nextcaller/nextcaller-php-api

Client for Next Caller API

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 6 910

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 6

pkg:composer/nextcaller/nextcaller-php-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