Skip to content

yuri-sagalovich/nextcaller-php-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcaller php API

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%