PHPackages                             cyrilkioskemploi/itwapp-php - 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. cyrilkioskemploi/itwapp-php

ActiveLibrary[API Development](/categories/api)

cyrilkioskemploi/itwapp-php
===========================

InterviewApp PHP Library

1.2.0(7y ago)07MITPHPPHP ^5.6 || ^7.0

Since Oct 26Pushed 6y agoCompare

[ Source](https://github.com/cyrilkioskemploi/itwapp-php)[ Packagist](https://packagist.org/packages/cyrilkioskemploi/itwapp-php)[ Docs](http://itwapp.io/)[ RSS](/packages/cyrilkioskemploi-itwapp-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (0)

InterviewApp PHP bindings [![Build Status](https://camo.githubusercontent.com/4047457fd2d2e1ab7cf2579692139bfb2df0b89062d992496ebfa53659a48507/68747470733a2f2f7472617669732d63692e6f72672f6974776170702f6974776170702d7068702e737667)](https://travis-ci.org/itwapp/itwapp-php) [![Coverage Status](https://camo.githubusercontent.com/af5a7fc529f2138b15c9804bd6bf24f87c49821945ef423758ba6d3ac621fc71/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6974776170702f6974776170702d7068702f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/itwapp/itwapp-php?branch=master)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#interviewapp-php-bindings--)

You can sign up for an InterviewApp account at .

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

[](#requirements)

PHP 5.6 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Add this to your `composer.json`:

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

```

Then install via:

```
composer.phar install

```

To use the bindings, either user Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');

```

Or manually:

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

```

Manual Installation
-------------------

[](#manual-installation)

Obtain the latest version of the Itwapp PHP bindings with:

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

```

To use the bindings, add the following to your PHP script:

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

```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

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

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

```

Documentation
-------------

[](#documentation)

Please see  for up-to-date documentation.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 86.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~233 days

Total

4

Last Release

2785d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

1.1.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e04495e4ebcbebc07cdb2047439ba440def1b95069eb707f9f9db3760fa6fb1?d=identicon)[CyrilKioskemploi](/maintainers/CyrilKioskemploi)

---

Top Contributors

[![jeromeheissler](https://avatars.githubusercontent.com/u/1442747?v=4)](https://github.com/jeromeheissler "jeromeheissler (33 commits)")[![armelretailleau](https://avatars.githubusercontent.com/u/3263843?v=4)](https://github.com/armelretailleau "armelretailleau (2 commits)")[![cyrilkioskemploi](https://avatars.githubusercontent.com/u/50738521?v=4)](https://github.com/cyrilkioskemploi "cyrilkioskemploi (2 commits)")[![elanceleur](https://avatars.githubusercontent.com/u/23026141?v=4)](https://github.com/elanceleur "elanceleur (1 commits)")

---

Tags

apiInterviewAppinterview video

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cyrilkioskemploi-itwapp-php/health.svg)

```
[![Health](https://phpackages.com/badges/cyrilkioskemploi-itwapp-php/health.svg)](https://phpackages.com/packages/cyrilkioskemploi-itwapp-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
