PHPackages                             donwel-systems/clickatell - 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. donwel-systems/clickatell

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

donwel-systems/clickatell
=========================

A package to send sms via Clickatell Sms Gateway

1.0.0(4y ago)06MITPHPPHP ^7.2.5 || ^8.0

Since Sep 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/donwel-systems/clickatell)[ Packagist](https://packagist.org/packages/donwel-systems/clickatell)[ RSS](/packages/donwel-systems-clickatell/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel package to send sms via the Clickatell Sms Gateway
==========================================================

[](#laravel-package-to-send-sms-via-the-clickatell-sms-gateway)

PhP Package for sennding sms via Clickatell on both the old Communicator Central () and the new Clickatell Platorm () using the https(s) protocol The Rest API for the new Clickatell Platform is not supported in this Package #Usage

1. Run composer require donwel-systems/clickatell
2. Run php artisan vendor:publish
3. Choose the DonwelSystems\\Clickatell\\ClickatellServiceProvider and hit enter.
4. Edit the config/clickatell.php file accordingly
5. Edit config/app.php and add the ClickatellServiceProvider and 'ClickatellFacade' classes to the providers and aliases arrays

```
    'providers' => [
	.....
	DonwelSystems\Clickatell\ClickatellServiceProvider::class
	]

'aliases' => [
    ...
    'Clickatell' => DonwelSystems\Clickatell\Facades\ClickatellFacade::class,
```

6. In your code, to send an Sms use

```
Clickatell::send($to,$message)
```

The Clickatell::send method returns an associative array i) If the message is successfully sent, the array

```
 ["result"=>'success', "code"=>'$code'];
```

is returned; where $code contains the unqiue message ID from clickatell

ii) If the message is no successfully sent, or an error occurs, the array

```
 ["result"=>'error', "code"=>'$code'];
```

is returned; where $code contains the error message.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1748d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/90569836?v=4)[donwel-systems](/maintainers/donwel-systems)[@donwel-systems](https://github.com/donwel-systems)

---

Top Contributors

[![donwelsystems](https://avatars.githubusercontent.com/u/15320769?v=4)](https://github.com/donwelsystems "donwelsystems (7 commits)")[![donwel-systems](https://avatars.githubusercontent.com/u/90569836?v=4)](https://github.com/donwel-systems "donwel-systems (1 commits)")

### Embed Badge

![Health badge](/badges/donwel-systems-clickatell/health.svg)

```
[![Health](https://phpackages.com/badges/donwel-systems-clickatell/health.svg)](https://phpackages.com/packages/donwel-systems-clickatell)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[jdavidbakr/mail-tracker

Logs and tracks all outgoing emails from Laravel

6231.3M1](/packages/jdavidbakr-mail-tracker)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67628.6k1](/packages/laravel-notification-channels-expo)

PHPackages © 2026

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