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. [HTTP &amp; Networking](/categories/http)
4. /
5. jobayerccj/skebby

ActiveLibrary[HTTP &amp; Networking](/categories/http)

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

laravel package for skebby sms gateway integration

v1.0(7y ago)119.0k↓45.6%[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 3d 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 52% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

2908d 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)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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