PHPackages                             dasun4u/laravel-shoutout-messaging - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dasun4u/laravel-shoutout-messaging

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dasun4u/laravel-shoutout-messaging
==================================

shoutout messaging library for laravel

v2.0.5(2y ago)143422MITPHPPHP &gt;=8.0

Since Feb 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dasun4u/laravel-shoutout-messaging)[ Packagist](https://packagist.org/packages/dasun4u/laravel-shoutout-messaging)[ RSS](/packages/dasun4u-laravel-shoutout-messaging/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (2)Versions (10)Used By (0)

[![image3](https://user-images.githubusercontent.com/15827995/75132975-edd40b00-56fe-11ea-8811-7e6f3f13a450.jpg)](https://user-images.githubusercontent.com/15827995/75132975-edd40b00-56fe-11ea-8811-7e6f3f13a450.jpg)

Laravel Shoutout Messaging
==========================

[](#laravel-shoutout-messaging)

Shoutout messaging library for Laravel

[![Latest Stable Version](https://camo.githubusercontent.com/fe0bcaa9195bb0bc88a27f33b9a0cba51726a0ba1df8f7fdee9405970c30f8d7/68747470733a2f2f706f7365722e707567782e6f72672f646173756e34752f6c61726176656c2d73686f75746f75742d6d6573736167696e672f762f737461626c65)](https://packagist.org/packages/dasun4u/laravel-shoutout-messaging)[![Total Downloads](https://camo.githubusercontent.com/3916cbf17f1970e07801b38429fffca905a5e0a9bb9cef5b0bfbab6541c7c02a/68747470733a2f2f706f7365722e707567782e6f72672f646173756e34752f6c61726176656c2d73686f75746f75742d6d6573736167696e672f646f776e6c6f616473)](https://packagist.org/packages/dasun4u/laravel-shoutout-messaging)[![License](https://camo.githubusercontent.com/340574b6def9c316ade07a4689a4059fe039c9faeb78ffc1305316d7019702b5/68747470733a2f2f706f7365722e707567782e6f72672f646173756e34752f6c61726176656c2d73686f75746f75742d6d6573736167696e672f6c6963656e7365)](https://packagist.org/packages/dasun4u/laravel-shoutout-messaging)[![StyleCI](https://camo.githubusercontent.com/50de811aa44f4c59014ed67c920d35f8a211a822427ad55f4963cfdd4ef22313/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3234303934363432362f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/240946426)

- [Laravel](https://laravel.com) PHP framework
- [Shoutout](https://getshoutout.com) Messaging

Requirements
------------

[](#requirements)

- PHP 8.0+
- Laravel 8.0+

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

[](#installation)

- Install the package by running this command in your terminal/cmd:

```
composer require dasun4u/laravel-shoutout-messaging

```

- Import config file by running this command in your terminal/cmd and change the configs accordingly

```
php artisan vendor:publish --provider="Dasun4u\LaravelShoutoutMessaging\ShoutoutServiceProvider"

```

- Change the imported config file (`config/shoutout_message.php`) accordingly

```
'api_key' => 'XXXXXXXXX.XXXXXXXXX.XXXXXXXXX',
'sms_source' => 'ShoutDEMO',
'email_source' => 'ShoutDEMO ',
```

- Send SMS

```
use Dasun4u\LaravelShoutoutMessaging\Shoutout;

$shoutout = new Shoutout();
$destinations = ["+94712345678"]; // Multiple numbers can add as array
$content = "Test SMS";
$response = $shoutout->sendSMS($destinations, $content);
```

- Send Email

```
use Dasun4u\LaravelShoutoutMessaging\Shoutout;

$shoutout = new Shoutout();
$destinations = ["test@test.com"]; // Multiple numbers can add as array
$subject = "Test Subject";
$content = "Test html content"; // Html body
$response = $shoutout->sendEmail($destinations, $subject, $content);
```

- Get Response Data

```
$response_body = $response->getBody(); // Get response
$response_body = json_decode($response->getBody(), true); // Get response as associative array
$response_status_code = $response->getStatusCode(); // Get status code
```

Author
------

[](#author)

- [**Dasun Dissanayake**](https://github.com/dasun4u)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

Special Thanks to
-----------------

[](#special-thanks-to)

- [Laravel](https://laravel.com) Community
- [Shoutout](https://getshoutout.com)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

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

Recently: every ~123 days

Total

7

Last Release

987d ago

Major Versions

v1.0.1 → v2.0.12022-04-24

PHP version history (4 changes)v1.0PHP ^7.1.3

v1.0.1PHP ^7.0

v2.0.3PHP &gt;=7.0

v2.0.4PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15827995?v=4)[Dasun Dissanayake](/maintainers/dasun4u)[@dasun4u](https://github.com/dasun4u)

---

Top Contributors

[![dasun4u](https://avatars.githubusercontent.com/u/15827995?v=4)](https://github.com/dasun4u "dasun4u (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dasun4u-laravel-shoutout-messaging/health.svg)

```
[![Health](https://phpackages.com/badges/dasun4u-laravel-shoutout-messaging/health.svg)](https://phpackages.com/packages/dasun4u-laravel-shoutout-messaging)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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