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 1w ago

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 30% 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

1794d 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.7M3.4k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11938.5M8.2k](/packages/illuminate-http)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[aedart/athenaeum

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

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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