PHPackages                             pluritech/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. [API Development](/categories/api)
4. /
5. pluritech/total-voice-php

ActiveLibrary[API Development](/categories/api)

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

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

1.0.0(7y ago)0186MITPHPPHP &gt;=5.3.3

Since Jun 14Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)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

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2891d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55c08bc4c394aa6c1510e83e25eb69d7040b03cdf1892d15efdfa5610725147c?d=identicon)[Guilherme Augusto Silva Valentim](/maintainers/Guilherme%20Augusto%20Silva%20Valentim)

![](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-php/health.svg)

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

###  Alternatives

[unicodeveloper/jusibe-php-lib

Jusibe PHP Library

3417.4k1](/packages/unicodeveloper-jusibe-php-lib)

PHPackages © 2026

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