PHPackages                             forward-force/televoips - 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. forward-force/televoips

ActiveLibrary[API Development](/categories/api)

forward-force/televoips
=======================

PHP Wrapper around TeleVoIPs API

0.2.2(5y ago)03.2kMITPHPPHP ^7.4

Since Apr 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/forward-force/televoips-php-sdk)[ Packagist](https://packagist.org/packages/forward-force/televoips)[ RSS](/packages/forward-force-televoips/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

TeleVoIPs API - PHP SDK
=======================

[](#televoips-api---php-sdk)

This is a wrapper around [TeleVoIPs API](https://televoips.com/). The API is very minimal, so this implementation is fairly simple.

Authentication
--------------

[](#authentication)

In order to authenticate you need a token from TeleVoIPs. Head over to the docs portal to read updated procedure as how to obtain one:

TeleVoIPs is likely to give you a toke and a secret, the API requires the token only.

Messages API
------------

[](#messages-api)

You can send a message.

#### How to send a message:

[](#how-to-send-a-message)

```
$televoips = new \ForwardForce\TeleVoIPs\TeleVoIPs('your-token');

try {
    $message = $televoips->message()
        ->setFrom('19876543210')
        ->setTo('9417264539')
        ->setMessage('Test SMS')
        ->send();
} catch (\GuzzleHttp\Exception\GuzzleException $e) {
    var_dump($e->getMessage());
}
```

#### How run the examples:

[](#how-run-the-examples)

To run the examples, you need the following:

```
php examples/send_message.php
```

Contributions
-------------

[](#contributions)

To run locally, you can use the docker container provided here. You can run it like so:

```
docker-compose up

```

Then you can ssh into the `php-fpm` container. Please note, you need to set your token as environmental variables `$TELEVOIPS_API_TOKEN`.

`xdebug` is fully configured to work as cli, hookup your favorite IDE to it and debug away!

There is auto-generated documentation as to how to run this library on local, please take a look at [phpdocker/README.md](phpdocker/README.md)

*If you find an issue, have a question, or a suggestion, please don't hesitate to open a github issue.*

### Acknowledgments

[](#acknowledgments)

Thank you to [phpdocker.io](https://phpdocker.io) for making getting PHP environments effortless!

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

1898d ago

### Community

Maintainers

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

---

Top Contributors

[![teodortalov](https://avatars.githubusercontent.com/u/2781820?v=4)](https://github.com/teodortalov "teodortalov (23 commits)")

---

Tags

forwardforcetelevoips

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/forward-force-televoips/health.svg)

```
[![Health](https://phpackages.com/badges/forward-force-televoips/health.svg)](https://phpackages.com/packages/forward-force-televoips)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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