PHPackages                             matthtavares/directcall - 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. matthtavares/directcall

ActiveLibrary

matthtavares/directcall
=======================

Biblioteca para envio de SMS do DirectCall.

00PHP

Since May 29Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

DirectCall
==========

[](#directcall)

Biblioteca para envio de SMS do DirectCall.

Instalação
----------

[](#instalação)

Esta é biblioteca está disponível através do Packagist e pode ser instalada utilizando o [Composer](https://getcomposer.org/).

```
composer require "matthtavares/directcall"

```

Exemplo
-------

[](#exemplo)

```
use MatthTavares\DirectCall\DirectCall;
use MatthTavares\DirectCall\Services\SMS;

// Configura o acesso a API
DirectCall::configure('SEU_ID_DIRECTCALL', 'SEU_SECRET_DIRECTCALL', 'SEU_TELEFONE_ORIGEM');

// Se quiser fazer um log com as respostas da API
DirectCall::setLogFile('DirectCall.log');

// Envia o SMS
$sms = new SMS();
$sms->setNumber('+558399999999');
$sms->setText('Mussum Ipsum, cacilds vidis litro abertis. Nec orci ornare consequat. Praesent lacinia ultrices consectetur. Sed non ipsum felis. Aenean aliquam molestie leo, vitae iaculis nisl. Viva Forevis aptent taciti sociosqu ad litora torquent. In elementis mé pra quem é amistosis quis leo.');
$sms->send();

```

Versionamento
-------------

[](#versionamento)

Utilizamos o [SemVer](https://semver.org/lang/pt-BR/) para o versionamento do projeto. A versão atual é 1.3.2.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6174832?v=4)[Mateus Tavares](/maintainers/matthtavares)[@matthtavares](https://github.com/matthtavares)

---

Top Contributors

[![matthtavares](https://avatars.githubusercontent.com/u/6174832?v=4)](https://github.com/matthtavares "matthtavares (6 commits)")

### Embed Badge

![Health badge](/badges/matthtavares-directcall/health.svg)

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

PHPackages © 2026

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