PHPackages                             samiaraboglu/alotech-php-api - 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. samiaraboglu/alotech-php-api

ActiveLibrary[API Development](/categories/api)

samiaraboglu/alotech-php-api
============================

1.5.2(2y ago)020.0k↓45.8%21MITPHPPHP &gt;=5.5

Since Mar 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/samiaraboglu/alotech-php-api)[ Packagist](https://packagist.org/packages/samiaraboglu/alotech-php-api)[ Docs](https://github.com/samiaraboglu/alotech-php-api)[ RSS](/packages/samiaraboglu-alotech-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (1)

alotech-php-api
===============

[](#alotech-php-api)

[![Latest Stable Version](https://camo.githubusercontent.com/99909b1f840db9fc37f41a72ebd8462af75d3b4b0235ac5327c9bc5e6a4c6beb/68747470733a2f2f706f7365722e707567782e6f72672f73616d69617261626f676c752f616c6f746563682d7068702d6170692f762f737461626c65)](https://packagist.org/packages/samiaraboglu/alotech-php-api)[![Total Downloads](https://camo.githubusercontent.com/b0474afa72e11d7107692b7b4daa7e1face9a2c676e56788f8a61127a3291ee5/68747470733a2f2f706f7365722e707567782e6f72672f73616d69617261626f676c752f616c6f746563682d7068702d6170692f646f776e6c6f616473)](https://packagist.org/packages/samiaraboglu/alotech-php-api)[![License](https://camo.githubusercontent.com/bfe239e3c06eca76fe0c84d2f2dcca9b3029509aac7c8429922b362cb38f9674/68747470733a2f2f706f7365722e707567782e6f72672f73616d69617261626f676c752f616c6f746563682d7068702d6170692f6c6963656e7365)](https://packagist.org/packages/samiaraboglu/alotech-php-api)

- [AloTech Official Documentation](https://alotech.atlassian.net/wiki/spaces/PA1/overview)
- [Bundle for Symfony](https://github.com/samiaraboglu/alotech-api-bundle)

### Installing

[](#installing)

Via composer

```
$ composer require samiaraboglu/alotech-php-api

```

### Authentication

[](#authentication)

```
$authentication = new AloTech\Authentication();
$authentication->setUsername('{USER_NAME}');
$authentication->setAppToken('{APP_TOKEN}');

$aloTech = new AloTech\AloTech($authentication);
```

### Ping

[](#ping)

Test method to check API status and connectivity.

```
$response = $aloTech->ping();
```

### Login

[](#login)

Set user session key.

```
$aloTech->login('{EMAIL}');
```

### Click 2

[](#click-2)

Use click2 service.

```
$click2 = new AloTech\Click2($aloTech);
```

#### Call

[](#call)

Used to trigger a call to given number.

```
$click2->call([
    'phonenumber' => '{PHONE_NUMBER}',
    'hangup_url' => '{YOUR_HANGUP_URL}'
]);
```

#### Hang

[](#hang)

Hangs up the active call of the agent.

```
$click2->hang();
```

#### Hold

[](#hold)

Holds the active call of the agent.

```
$click2->hold();
```

#### Unhold

[](#unhold)

Unholds the active call of the agent.

```
$click2->unhold();
```

### Report

[](#report)

Use report service.

```
$report = new AloTech\Report($aloTech);
```

#### Agent Performance

[](#agent-performance)

Returns agent performance information for the given period.

```
$report->agentPerf([
    'startdate'     => '{Y-m-d}',           // Optional
    'finishdate'    => '{Y-m-d}',           // Optional
    'agent'         => '{AGENT}',           // Optional
    'email'         => '{EMAIL}',           // Optional
    'agentcustomid' => '{AGENTCUSTOMID}',   // Optional
    'team'          => '{TEAM}',            // Optional
]);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~432 days

Total

5

Last Release

902d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8626159?v=4)[Sami Araboğlu](/maintainers/samiaraboglu)[@samiaraboglu](https://github.com/samiaraboglu)

---

Top Contributors

[![samiaraboglu](https://avatars.githubusercontent.com/u/8626159?v=4)](https://github.com/samiaraboglu "samiaraboglu (24 commits)")[![kayacekovic](https://avatars.githubusercontent.com/u/32109756?v=4)](https://github.com/kayacekovic "kayacekovic (1 commits)")

---

Tags

alotechalotech-php-apiapiphpphpapialotechalotech-php-api

### Embed Badge

![Health badge](/badges/samiaraboglu-alotech-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/samiaraboglu-alotech-php-api/health.svg)](https://phpackages.com/packages/samiaraboglu-alotech-php-api)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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