PHPackages                             antsar/incontact - 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. antsar/incontact

ActiveLibrary[API Development](/categories/api)

antsar/incontact
================

Client class for the inContact API

0.2.2(8y ago)21421[4 issues](https://github.com/antsar/incontact-api/issues)MITPHP

Since Jan 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/antsar/incontact-api)[ Packagist](https://packagist.org/packages/antsar/incontact)[ RSS](/packages/antsar-incontact/feed)WikiDiscussions master Synced 2w ago

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

inContact API
=============

[](#incontact-api)

PHP client library for the [inContact API](https://developer.incontact.com/api/).

Installation
============

[](#installation)

[Composer](https://getcomposer.org/) is the recommended way to install this library.

`composer require antsar/incontact`

Usage
=====

[](#usage)

```
// Autoload the inContact class.
require __DIR__ . '/vendor/autoload.php';

// Create an API client instance.
$inContact = new \antsar\incontact\InContact(
    'exampleApp',       // Application Name as registered with inContact
    'exampleCompany',   // Vendor Name as registered with inContact
    '012345',           // Business Unit number as registered with inContact
    'exampleUser',      // inContact User Name
    'hunter2'           // inContact User Password
);

// Get status for all agents
$agents = $inContact->get('/agents/states');

// Request a call-back
$response = $inContact->post('/queuecallback', ['phoneNumber' => '8005550100']);
```

For more details, please see:

- [InContact class documentation](doc/) - API documentation for the `\antsar\InContact\InContact` class.
- [inContact API documentation](https://developer.incontact.com/API) - list of available API methods

Status
======

[](#status)

This library is very rudimentary, and could be improved. Contributions (issues or pull requests) are welcome and appreciated.

Changes
=======

[](#changes)

See [CHANGELOG.md](CHANGELOG.md).

Development
===========

[](#development)

See [CONTRIBUTING.md](CONTRIBUTING.md).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Total

4

Last Release

3069d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2976310?v=4)[antsar](/maintainers/antsar)[@antsar](https://github.com/antsar)

---

Top Contributors

[![antsar](https://avatars.githubusercontent.com/u/2976310?v=4)](https://github.com/antsar "antsar (8 commits)")

---

Tags

incontact-apiphpphp-libraryphp7

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/antsar-incontact/health.svg)

```
[![Health](https://phpackages.com/badges/antsar-incontact/health.svg)](https://phpackages.com/packages/antsar-incontact)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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