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 today

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 22% 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

3018d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d587f785dd3a52bf467389f59d202b54dbe24406c4427a297edd57a35f76a6c?d=identicon)[antsar](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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