PHPackages                             pluritech-total-voice/total-voice-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. [HTTP &amp; Networking](/categories/http)
4. /
5. pluritech-total-voice/total-voice-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pluritech-total-voice/total-voice-php
=====================================

This package has the aim of send SMS with Total Voice Api.

1.0.2(7y ago)014MITPHPPHP &gt;=5.3.3

Since Jun 6Pushed 7y agoCompare

[ Source](https://github.com/nathygmachado/pluritech-total-voice)[ Packagist](https://packagist.org/packages/pluritech-total-voice/total-voice-php)[ Docs](https://github.com/nathygmachado/pluritech-total-voice)[ RSS](/packages/pluritech-total-voice-total-voice-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

pluritech-total-voice-php
=========================

[](#pluritech-total-voice-php)

SMS sender for PHP using Total Voice API
========================================

[](#sms-sender-for-php-using-total-voice-api)

In progress.

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

[](#installation)

The Library can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require pluritech-total-voice/total-voice-php
```

Usage
-----

[](#usage)

> **Note:** This version of the Total Voice API for PHP requires PHP 5.3.3 or greater.

Simple use example.

```
require_once __DIR__ . '/vendor/autoload.php'; // change path as needed

use \Exception;
use TotalVoicePhp\TotalVoicePhp as TotalVoicePhp;

private $totalVoiceSMS = null;

$account       = array('token' => 'your_token', 'url' => 'api_endpoint');
$totalVoicePhp = new TotalVoicePhp('TotalVoiceSMS',$account);//TotalVoiceSMS - determine that a class responsible for send SMS will be instantiated
$this->totalVoiceSMS = $totalVoicePhp->getMyClass();

$data = array(
    'number_destiny'  => $number,
    'message'         => $message,
    'user_can_answer' => false,
    'multi_sms'       => false
);

$this->totalVoiceSMS->setSMSEntity($data);
$response = $this->totalVoiceSMS->send();
```

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

[](#documentation)

In progress.

Tests
-----

[](#tests)

In progress.

Contributing
------------

[](#contributing)

Feel free to make your pull request, chip in to suggestion or report issues.

License
-------

[](#license)

MIT © [Guilherme Valentim e Natália Gonçalves Machado](mailto:nataliagoncalvesmachado@gmail.com)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

2894d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c08ead1466e2abf3900a0b5d63a5d19ab23ad4bedd8f858b6a3372edf77c4af?d=identicon)[nathygmachado](/maintainers/nathygmachado)

---

Top Contributors

[![nathygmachado](https://avatars.githubusercontent.com/u/34738596?v=4)](https://github.com/nathygmachado "nathygmachado (1 commits)")

---

Tags

phpsmsTotal Voicepluritech

### Embed Badge

![Health badge](/badges/pluritech-total-voice-total-voice-php/health.svg)

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

###  Alternatives

[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[nadar/aspsms

Simple to use sms sending class for the aspsms.com gateway.

1049.2k2](/packages/nadar-aspsms)[ender/yunpian-sms

A php SDK for yunpian(云片网络短信服务商) sms RESTFULL API

294.9k](/packages/ender-yunpian-sms)

PHPackages © 2026

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