PHPackages                             oclock/twilio-messenger - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. oclock/twilio-messenger

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

oclock/twilio-messenger
=======================

The Laravel Twilio SMS package provides a seamless integration of the Twilio SMS/Whatsapp service into your Laravel applications. With this package, you can easily send SMS/Whatsapp messages using the powerful Twilio PHP SDK without the need for extensive manual configuration.

1.0.1(2y ago)116MITPHP

Since Nov 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/manikandanocs/twilio)[ Packagist](https://packagist.org/packages/oclock/twilio-messenger)[ RSS](/packages/oclock-twilio-messenger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Twilio Messenger
================

[](#twilio-messenger)

This is sample Laravel Package to be used to use twilio/sdk services

Getting started
---------------

[](#getting-started)

`composer require oclock/twilio-messenger`

Update .ENV
-----------

[](#update-env)

```
TWILIO_SID=xxxxxxxxxxxx
TWILIO_TOKEN=xxxxxxxxxx
TWILIO_FROM_NUMBER=+xxxxxx
TWILIO_WHATSAPP=+xxxxxxx
```

Add the below code to app.php under service prodiver if not discovered automatically in Lower versions of laravel
-----------------------------------------------------------------------------------------------------------------

[](#add-the-below-code-to-appphp-under-service-prodiver-if-not-discovered-automatically-in-lower-versions-of-laravel)

```
Oclock\TwilioMessenger\TwilioServiceProvider::class
```

Sample Code
-----------

[](#sample-code)

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use Oclock\TwilioMessenger\TwilioService;

class HomeController extends Controller
{
    //
    public function index(Request $request, TwilioService $twilio)
    {
        if($request->phonenumber && $request->message){
            $media = 'Your media url';
            $send =  $twilio->sendWhatsapp($request->phonenumber, $request->message, $media);
        }

    }
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

2

Last Release

898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a9c8d738471dd0299c1e7d2e50a84d34c6bf1539e9edbba86fe0f2892287a62?d=identicon)[manikandanocs](/maintainers/manikandanocs)

---

Top Contributors

[![manikandanocs](https://avatars.githubusercontent.com/u/61448888?v=4)](https://github.com/manikandanocs "manikandanocs (5 commits)")[![marimuthum-dev](https://avatars.githubusercontent.com/u/243933214?v=4)](https://github.com/marimuthum-dev "marimuthum-dev (2 commits)")

---

Tags

phplaraveltwilio

### Embed Badge

![Health badge](/badges/oclock-twilio-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/oclock-twilio-messenger/health.svg)](https://phpackages.com/packages/oclock-twilio-messenger)
```

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[simplesoftwareio/simple-sms

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CalLFire, EZTexting, Email Gateways, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, and Zenvia

20845.7k5](/packages/simplesoftwareio-simple-sms)[tomatophp/filament-twilio

Send Whatsapp messages using Twilio and native filament Notification Facade class

112.3k](/packages/tomatophp-filament-twilio)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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