PHPackages                             tylercd100/monolog-plivo - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. tylercd100/monolog-plivo

Abandoned → [tylercd100/monolog-sms](/?search=tylercd100%2Fmonolog-sms)Library[Logging &amp; Monitoring](/categories/logging)

tylercd100/monolog-plivo
========================

A Monolog Handler for SMS messaging services such as Twilio, Clickatell and Plivo.

2.0.0(5y ago)7327[2 PRs](https://github.com/tylercd100/monolog-sms/pulls)MITPHPPHP ^7.2|^8.0CI failing

Since Mar 27Pushed 5y ago2 watchersCompare

[ Source](https://github.com/tylercd100/monolog-sms)[ Packagist](https://packagist.org/packages/tylercd100/monolog-plivo)[ Docs](https://github.com/tylercd100/monolog-sms)[ RSS](/packages/tylercd100-monolog-plivo/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

SMS Monolog Handler
===================

[](#sms-monolog-handler)

[![Latest Version](https://camo.githubusercontent.com/939cb16881c535455ea8790c8d454c4ad793f5655eb27070994dea826e61fce5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f74796c657263643130302f6d6f6e6f6c6f672d736d732e7376673f7374796c653d666c61742d737175617265)](https://github.com/tylercd100/monolog-sms/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/19b40f535fc5413428230c3fc3a8a7a031b2eb08928e67759aa023501e8f5642/68747470733a2f2f7472617669732d63692e6f72672f74796c657263643130302f6d6f6e6f6c6f672d736d732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tylercd100/monolog-sms)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4c8b5feeb5f6a2b0111ba2c5a52f5cea09b854d4e062fafe278aea107ad84a9b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74796c657263643130302f6d6f6e6f6c6f672d736d732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tylercd100/monolog-sms/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/01da8223adec520f7fbbfd3d327ff7089063402d8eb8465becf2d6f3d5bce84b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74796c657263643130302f6d6f6e6f6c6f672d736d732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tylercd100/monolog-sms/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/1c4ac926efb90f2924bb989040a5bf7eedb5476ed59563195a7d1ed8141ed7fb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536663332353263333536333065303032396462303138372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56f3252c35630e0029db0187)[![Total Downloads](https://camo.githubusercontent.com/fcc17968f2fb8f25d5158d4b2e23e202e4b45fa4b858a4f5ec51b63b3c11a664/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74796c657263643130302f6d6f6e6f6c6f672d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tylercd100/monolog-sms)

A Monolog Handler for SMS messaging services

Currently supported

- [Twilio](https://www.twilio.com/)
- [Clickatell](https://www.clickatell.com/)
- [Plivo](https://www.plivo.com/)

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

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require tylercd100/monolog-sms
```

Usage
-----

[](#usage)

For Plivo:

```
use Tylercd100\Monolog\Handler\PlivoHandler;

$handler = new PlivoHandler($token,$auth_id,$fromPhoneNumber,$toPhoneNumber);
$logger  = new Monolog\Logger('channel.name');
$logger->pushHandler($handler);
$logger->addCritical("Foo Bar!");
```

For Twilio:

```
use Tylercd100\Monolog\Handler\TwilioHandler;

$handler = new TwilioHandler($secret,$sid,$fromPhoneNumber,$toPhoneNumber);
$logger  = new Monolog\Logger('channel.name');
$logger->pushHandler($handler);
$logger->addCritical("Foo Bar!");
```

For Clickatell:

```
use Tylercd100\Monolog\Handler\ClickatellHandler;

$handler = new ClickatellHandler($authToken,$fromPhoneNumber (/*Optional*/),$toPhoneNumber (/*String|Array*/));
$logger  = new Monolog\Logger('channel.name');
$logger->pushHandler($handler);
$logger->addCritical("Foo Bar!");
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~428 days

Total

5

Last Release

2034d ago

Major Versions

1.3.0 → 2.0.02020-12-03

PHP version history (2 changes)1.0.0PHP ^5.4|^7.0

2.0.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0f17a08e8038aafdd451317206dda9429dfda2c7cbadb0c0796e25367108d5?d=identicon)[tylercd100](/maintainers/tylercd100)

---

Top Contributors

[![tylercd100](https://avatars.githubusercontent.com/u/4522226?v=4)](https://github.com/tylercd100 "tylercd100 (28 commits)")[![tortuetorche](https://avatars.githubusercontent.com/u/5038872?v=4)](https://github.com/tortuetorche "tortuetorche (4 commits)")

---

Tags

clickatellmonolog-handlerplivotwiliocomposertwiliohandlermonologplivotylercd100clickatell

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tylercd100-monolog-plivo/health.svg)

```
[![Health](https://phpackages.com/badges/tylercd100-monolog-plivo/health.svg)](https://phpackages.com/packages/tylercd100-monolog-plivo)
```

###  Alternatives

[tylercd100/lern

LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.

436153.8k3](/packages/tylercd100-lern)[logtail/monolog-logtail

Logtail handler for Monolog

233.5M3](/packages/logtail-monolog-logtail)[tylercd100/laravel-notify

11152.6k1](/packages/tylercd100-laravel-notify)

PHPackages © 2026

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