2017 © Pedro Peláez
 

library itwapp-php

InterviewApp PHP Library

image

itwapp/itwapp-php

InterviewApp PHP Library

  • Wednesday, October 26, 2016
  • by jeromeheissler
  • Repository
  • 2 Watchers
  • 0 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

InterviewApp PHP bindings Build Status Coverage Status

You can sign up for an InterviewApp account at https://itwapp.io., (*1)

Requirements

PHP 5.6 and later., (*2)

Composer

You can install the bindings via Composer. Add this to your composer.json:, (*3)

{
  "require": {
    "itwapp/itwapp-php" : "1.2.0"
  }
}

Then install via:, (*4)

composer.phar install

To use the bindings, either user Composer's autoload:, (*5)

require_once('vendor/autoload.php');

Or manually:, (*6)

require_once('/path/to/vendor/itwapp/itwapp-php/lib/Itwapp.php');

Manual Installation

Obtain the latest version of the Itwapp PHP bindings with:, (*7)

git clone https://github.com/itwapp/itwapp-php

To use the bindings, add the following to your PHP script:, (*8)

require_once("/path/to/itwapp-php/lib/Itwapp.php");

Getting Started

Simple usage looks like:, (*9)

Itwapp::setApiKey("627c8047c69c25b7e1db3064b61917e0");
Itwapp::setApiSecretKey("a6e38238874cb44f4efd6bc462853cd8fd39da62");

$interviews = Interview::findAll(array());

Documentation

Please see http://api.itwapp.io/ for up-to-date documentation., (*10)

The Versions

26/10 2016

dev-master

9999999-dev http://itwapp.io/

InterviewApp PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api interviewapp interview video

26/10 2016

1.0.x-dev

1.0.9999999.9999999-dev http://itwapp.io/

InterviewApp PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api interviewapp interview video

26/10 2016

1.1.0

1.1.0.0 http://itwapp.io/

InterviewApp PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api interviewapp interview video

26/10 2016

1.0.0

1.0.0.0 http://itwapp.io/

InterviewApp PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api interviewapp interview video