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

ActiveLibrary[API Development](/categories/api)

teli/teli-php
=============

Teli PHP SDK

v1.0.3(5y ago)017.3k↓55.7%PHPPHP &gt;=5.6.0

Since Nov 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/IrinaBocearov/teli-php)[ Packagist](https://packagist.org/packages/teli/teli-php)[ RSS](/packages/teli-teli-php/feed)WikiDiscussions master Synced yesterday

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

Teli Node
=========

[](#teli-node)

[![Monthly Downloads](https://camo.githubusercontent.com/9526e7c35021c900c470ba719e0a018730c239dc9ea7f12da264961d3a1a93c5/68747470733a2f2f706f7365722e707567782e6f72672f74656c692f74656c692d7068702f642f6d6f6e74686c79)](//packagist.org/packages/teli/teli-php)[![Version](https://camo.githubusercontent.com/8787cab757e4278adee1de909c3f415736698bd310a4c6af5da2cade4f0f42af/68747470733a2f2f706f7365722e707567782e6f72672f74656c692f74656c692d7068702f76657273696f6e)](//packagist.org/packages/teli/teli-php)

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

[](#documentation)

The documentation for the Tele API can be found [here](https://apidocs.teleapi.net/api/).

Basic Example
-------------

[](#basic-example)

```
use Teli\Teli;

$callApiSIDToken = "TELI_CALL_API_SID_TOKEN"; // Your Call API SID Token from https://control.teli.net
$apiToken = "TELI_API_TOKEN";   // Your API Token from https://control.teli.net
$teli = new Teli($callApiSIDToken, $apiToken);

$response = $teli->sms->send([
    'source' => 2674935581,
    'destination' => 7205551212,
    'message' => 'Hery'
]);
var_dump($response);
```

Getting help
------------

[](#getting-help)

If you need help installing or using the library, please [file a support ticket](https://teli.net/contact/) here.

If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

2068d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d7fc30754f441a5cd74cf3a33d654eabaf863bfb6c8a7241b811bcd2f4087b5?d=identicon)[irinab](/maintainers/irinab)

---

Top Contributors

[![telipub](https://avatars.githubusercontent.com/u/74066194?v=4)](https://github.com/telipub "telipub (3 commits)")[![IrinaBocearov](https://avatars.githubusercontent.com/u/540933?v=4)](https://github.com/IrinaBocearov "IrinaBocearov (1 commits)")

### Embed Badge

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

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

###  Alternatives

[allyans3/steam-market-api-v2

Steam Market API v2

2037.5k](/packages/allyans3-steam-market-api-v2)[chapter-three/apple-news-api

Push content to Apple News.

41315.1k3](/packages/chapter-three-apple-news-api)[saleh7/proxmox-ve_php_api

ProxmoxVE PHP API

11319.9k](/packages/saleh7-proxmox-ve-php-api)[yunchuang/appstore-connect-api

sdk for appstore connect api

3865.4k](/packages/yunchuang-appstore-connect-api)[infifni/fan-courier-api-client

Fan Courier API Client

1333.8k](/packages/infifni-fan-courier-api-client)

PHPackages © 2026

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