PHPackages                             maatify/smseg - 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. maatify/smseg

ActiveLibrary[API Development](/categories/api)

maatify/smseg
=============

PHP library for SmsEG API handler, known by our team

5.0.1(9mo ago)070proprietaryPHP

Since Jul 9Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/Maatify/SmsEG)[ Packagist](https://packagist.org/packages/maatify/smseg)[ Docs](https://github.com/Maatify/)[ RSS](/packages/maatify-smseg/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

[![Current version](https://camo.githubusercontent.com/01266f76623099554719ff94f05da40a49c8a37ff36ff8b0e76dea00ed0d7c49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6161746966792f736d736567)](https://packagist.org/packages/maatify/smseg)[![Packagist PHP Version Support](https://camo.githubusercontent.com/78f52434d00cb293d3ea09ff2053eb7b5f61831ecc3c7588c1456c7c2d078d26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6161746966792f736d736567)](https://packagist.org/packages/maatify/smseg)[![Monthly Downloads](https://camo.githubusercontent.com/efa6df92136a1a9baf6534f7e7f7a4fc5df4fadc4079d5f9e807ef7a7370b8b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d6161746966792f736d736567)](https://packagist.org/packages/maatify/smseg/stats)[![Total Downloads](https://camo.githubusercontent.com/39170be76c851973d717424d2fb2fd33ce29278a93b3a744f416b0da7b9b732c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6161746966792f736d736567)](https://packagist.org/packages/maatify/smseg/stats)[![Stars](https://camo.githubusercontent.com/bfb4398d79c07d3dc6be5f9f23162e01caa8cb837bde59414149e170fcae036c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6d6161746966792f736d736567)](https://github.com/maatify/SmsEG/stargazers)

Installation
============

[](#installation)

```
composer require maatify/smseg
```

Usage
=====

[](#usage)

### Instance

[](#instance)

```
use Maatify\SmsEG\SmsEG;

require_once __DIR__ . '/vendor/autoload.php';

$sms_eg = new SmsEG(__USERNAME__, __PASSWORD__, __SENDER_NAME__); // SmsEG instance
```

### Check Balance

[](#check-balance)

```
$result = $sms_eg->CheckBalance();

print_r($result);
```

#### Response Example :

[](#response-example-)

##### Success Example

[](#success-example)

> ```
>   Array
>   (
>       [type] => success
>       [message] => Your balance id 612.88L.E
>       [data] => Array
>           (
>               [balance] => 612.88
>               [currency] => L.E
>               [points] => 2918
>           )
>       [success] => 1
>   )
>
> ```

##### Error Example

[](#error-example)

> ```
>   Array
>   (
>        [type] => error
>        [error] => Array
>            (
>                [msg] => Not found username or wrong password !.
>                [number] => 201
>            )
>        [data] =>
>        [success] =>
>    )
>
> ```

### Send SMS Message

[](#send-sms-message)

```
$result = $sms_eg->SendSms(__PHONE_NUMBER__, __SMS_MESSAGE__);

print_r($result);
```

#### Response Example :

[](#response-example--1)

##### Success Example

[](#success-example-1)

> ```
>   Array
>   (
>        [0] => Array
>            (
>                [type] => success
>                [msg] => Your message was sent !
>                [data] => Array
>                    (
>                        [smsid] => 82143558
>                        [sent] => 1
>                        [failed] => 0
>                        [reciver] => __PHONE_NUMBER__
>                    )
>            )
>
>        [success] => 1
>    )
>
> ```

##### Error Example

[](#error-example-1)

> ```
>   Array
>   (
>       [type] => error
>       [error] => Array
>        (
>            [msg] => Invalild Recipients Mobile Numbers !
>            [number] => 100
>        )
>
>        [data] =>
>        [success] =>
>    )
>
> ```

> ```
>   Array
>   (
>        [type] => error
>        [error] => Array
>            (
>                [msg] => Unapproved Sender ID !
>                [number] => 301
>            )
>
>        [data] =>
>        [success] =>
>    )
>
> ```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance58

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Every ~396 days

Total

2

Last Release

273d ago

Major Versions

1.0.1 → 5.0.12025-08-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a885a0810f2762586520ab284c9019aaf0b650b53cdf2a6c13ea10931bb7795?d=identicon)[Maatify](/maintainers/Maatify)

---

Top Contributors

[![megyptm](https://avatars.githubusercontent.com/u/33574895?v=4)](https://github.com/megyptm "megyptm (3 commits)")

---

Tags

phpapismsproviderhandlerEgyptsmsegsmseg.com

### Embed Badge

![Health badge](/badges/maatify-smseg/health.svg)

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

###  Alternatives

[unicodeveloper/jusibe-php-lib

Jusibe PHP Library

3417.4k1](/packages/unicodeveloper-jusibe-php-lib)[lakshmaji/plivo

Send SMS using Plivo Cloud API

2016.8k](/packages/lakshmaji-plivo)[lakshmajim/plivo

Send SMS using Plivo Cloud API

205.7k](/packages/lakshmajim-plivo)[okolaa/termiiphp

Termii Rest API php library

112.4k](/packages/okolaa-termiiphp)

PHPackages © 2026

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