PHPackages                             rkmaxwell/smsleopard - 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. [API Development](/categories/api)
4. /
5. rkmaxwell/smsleopard

ActiveLibrary[API Development](/categories/api)

rkmaxwell/smsleopard
====================

SMS Leopard API integration for Laravel

v1.0.0(8mo ago)01MITPHP

Since Oct 31Pushed 8mo agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

SMS Leopard Laravel Package
===========================

[](#sms-leopard-laravel-package)

A simple Laravel wrapper for the SMS Leopard API — send SMS messages easily from your Laravel applications.

---

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

[](#installation)

Install via Composer:
---------------------

[](#install-via-composer)

```
## Get with composer
composer require rkmaxwell/smsleopard

## publish config

php artisan vendor:publish --tag=smsleopard-config

## Add your credentials to your .env:

SMS_LEOPARD_KEY=your_api_key
SMS_LEOPARD_SECRET=your_api_secret
SMS_LEOPARD_SENDER=SMSLEOPARD

## Now use in your project

use rkmaxwell\smsleopard\Facades\SmsLeopard;

SmsLeopard::send(
    destination: '254712345678',
    message: 'Hello from SMS Leopard!'
);

# ^
## Get in touch
Author: @rkmaxwell

Email: rk@anymobile.co.ke

GitHub: https://github.com/rkmaxwell

Website: https://anymobile.co.ke
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance61

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

245d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52816026?v=4)[Maxwell Kibet](/maintainers/rkmaxwell)[@rkmaxwell](https://github.com/rkmaxwell)

---

Top Contributors

[![rkmaxwell](https://avatars.githubusercontent.com/u/52816026?v=4)](https://github.com/rkmaxwell "rkmaxwell (7 commits)")

---

Tags

laravel-smssmssms-apismsleopard

### Embed Badge

![Health badge](/badges/rkmaxwell-smsleopard/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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