PHPackages                             wpeereboom/php-telzio - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. wpeereboom/php-telzio

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

wpeereboom/php-telzio
=====================

Php library to connect with the Telzio API

0.2(10y ago)3291[1 issues](https://github.com/wpeereboom/PhpTelzio/issues)MITPHP

Since Nov 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/wpeereboom/PhpTelzio)[ Packagist](https://packagist.org/packages/wpeereboom/php-telzio)[ RSS](/packages/wpeereboom-php-telzio/feed)WikiDiscussions master Synced 2mo ago

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

PhpTelzio: a PHP client for the Telzio API
==========================================

[](#phptelzio-a-php-client-for-the-telzio-api)

Introduction
------------

[](#introduction)

This library is a client for the [Telzio API](https://telzio.com/support/api-calls/)

### Features

[](#features)

This library’s features include the following.

- Get the Live calls at this moment
- Get the call log with call details
- Get specific call details

Installation
------------

[](#installation)

The recommended way to install this library is through [Composer](http://getcomposer.org):

```
$ php composer.phar require wpeereboom/php-telzio dev-master
```

Usage
-----

[](#usage)

### The client

[](#the-client)

Use the client to get the call data. First construct a client and call the methods to receive the data:

```
$telzioClient = new TelzioClient($username, $password);

// To get the live calls
$liveCalls = $telzioClient->getLiveCalls();

// To get the first 20 records of the call log
$logResult = $telzioClient->getLog();

// To get the details of a specific call
$call = $telzioClient->getCallDetails('sd35wegwe-b32we3-23b1c-4583e-ec1338asdc45e'); // CallUUID

// To get the account details, currently only balance information
$account = $telzioClient->getAccount();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~9 days

Total

2

Last Release

3813d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc395bcda99f14033a29f77384e9136cb7f06f532ef7b87c4afd5aba10b8d029?d=identicon)[wpeereboom](/maintainers/wpeereboom)

---

Top Contributors

[![wpeereboom](https://avatars.githubusercontent.com/u/516326?v=4)](https://github.com/wpeereboom "wpeereboom (18 commits)")

---

Tags

phploggingphonecallTelzio

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wpeereboom-php-telzio/health.svg)

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

###  Alternatives

[hedii/laravel-gelf-logger

A Laravel package to send logs to a gelf compatible backend like graylog

1333.4M10](/packages/hedii-laravel-gelf-logger)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)

PHPackages © 2026

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