PHPackages                             jobayerccj/skebby - 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. jobayerccj/skebby

ActiveLibrary

jobayerccj/skebby
=================

laravel package for skebby sms gateway integration

v1.0(7y ago)117.5k↓16.7%[2 issues](https://github.com/jobayerccj/laravel-skebby/issues)MITPHP

Since Jul 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jobayerccj/laravel-skebby)[ Packagist](https://packagist.org/packages/jobayerccj/skebby)[ RSS](/packages/jobayerccj-skebby/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-skebby
==============

[](#laravel-skebby)

This is an unofficial package for integrating skebby sms gateway with laravel projects.

### Requirements

[](#requirements)

- php &gt;= 7.0
- php curl extension

### Installation

[](#installation)

you can install it using below composer command

`composer require jobayerccj/skebby`

### How to use

[](#how-to-use)

1. After installing package, write `use jobayerccj\Skebby\Skebby;` where you want to use it
2. Then create a new instance for that class like `$skebby = new Skebby;`
3. After that, update required information using following methods

    ```
    $skebby->set_username('skebby_username');
    $skebby->set_password('skebby_password');
    $skebby->set_method('send_sms_classic');
    $skebby->set_text('text for your sms');
    $skebby->set_sender('ICT Euro Limited');

    $recipients = array('+39..........');
    $skebby->set_recipients($recipients);

    ```
4. At last, use this method to send your sms `$sending_status = $skebby->send_sms();` `$sending_status` will show sending status(success, failed) whether it's failed or successful. If failed, then reason behind it, If successful, then will show sms id &amp; remaining balance with status info.

    There are few other methods for helping you like `get_credit_info()` which will show your account's latest credit data.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Unknown

Total

1

Last Release

2861d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28118a565a3ca04560cf5f3abde208483b6037c61963fb3d4c26c52b3589c000?d=identicon)[jobayercse](/maintainers/jobayercse)

---

Top Contributors

[![jobayerccj](https://avatars.githubusercontent.com/u/8536736?v=4)](https://github.com/jobayerccj "jobayerccj (5 commits)")

---

Tags

skebbysms-apisms-gateway

### Embed Badge

![Health badge](/badges/jobayerccj-skebby/health.svg)

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

PHPackages © 2026

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