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(6mo ago)01MITPHP

Since Oct 31Pushed 6mo agoCompare

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

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

29

—

LowBetter than 59% of packages

Maintenance66

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

198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bc901fd7c91fdb4a8549037ff7b1793efa8a1f971326f0956707755fdd88dd1?d=identicon)[rkmaxwell](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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