PHPackages                             henzard/communicator - 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. henzard/communicator

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

henzard/communicator
====================

Communication system for picahoo systems

1.0.5(8y ago)0153[1 PRs](https://github.com/henzard/communicator/pulls)PHPPHP ^5.5.9 || ^7.0

Since Aug 3Pushed 5y ago3 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (9)Used By (0)

Communicator
============

[](#communicator)

Send email &amp; sms

Requirements
============

[](#requirements)

- Php
- Curl

Installation
============

[](#installation)

Require this package with composer

```
composer require ruchirkakkad/communicator

```

Add service provider to your app/config.php providers array

```
Picahoo\Communicator\CommunicatorServiceProvider::class,
```

Add Alias to your aliases array in your app/config.php

```
'Communicator' => Picahoo\Communicator\Facades\Communicator::class,
```

Publish config with

```
php artisan vendor:publish --provider="Picahoo\Communicator\CommunicatorServiceProvider"

```

How to use
==========

[](#how-to-use)

load Communicator class in your file

```
use Communicator;

```

or

```
use Picahoo\Communicator\Facades\Communicator;

```

Send email
==========

[](#send-email)

```
    Communicator::sendEmail('Email address', 'Message..', 'Subject here..');

```

Send sms
========

[](#send-sms)

```
    Communicator::sendSms(['email' => 'Email address','phone' => 'phone number'], 'Message..');

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Recently: every ~66 days

Total

7

Last Release

2988d ago

Major Versions

0.0.0 → 1.02017-08-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5329395?v=4)[Henzard Kruger](/maintainers/henzard)[@henzard](https://github.com/henzard)

---

Top Contributors

[![henzard](https://avatars.githubusercontent.com/u/5329395?v=4)](https://github.com/henzard "henzard (9 commits)")

---

Tags

emaillaravelsms

### Embed Badge

![Health badge](/badges/henzard-communicator/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.1k2.8M4](/packages/spatie-laravel-failed-job-monitor)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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