PHPackages                             supermeteor-v1/sdk-php - 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. supermeteor-v1/sdk-php

ActiveLibrary

supermeteor-v1/sdk-php
======================

This librabry use to create sms and email message using HTTP request

1.3(6y ago)04MITPHP

Since Jun 14Pushed 6y agoCompare

[ Source](https://github.com/rrajsoni8000/supermeteor)[ Packagist](https://packagist.org/packages/supermeteor-v1/sdk-php)[ RSS](/packages/supermeteor-v1-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Supermeteor
===========

[](#supermeteor)

Supermeteor is PHP SDK use to create message and email.

How to use:

install using composer

```
composer require supermeteor-v1/sdk-php
```

include vendor/autoload.php in your file

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

include package in your file

```
use Supermeteor\Supermeteor;
```

### 1. For sending sms:

[](#1-for-sending-sms)

pass type, phone, message as function parameter, Here is the sample function call for send sms.

#### Type must be: sms or whatsapp

[](#type-must-be-sms-or-whatsapp)

```
$message = new Supermeteor('');
$result = $message->SendMessage('', '+XXXXXXXXX', 'your message');
```

### 2. For sending email:

[](#2-for-sending-email)

pass email, subject, message as function parameter, Here is the sample function call for send email.

```
$message = new Supermeteor('');
$result = $message->SendEmail('mail@email.com', 'subject', 'your message');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

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

Every ~0 days

Total

4

Last Release

2521d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/607b4a65b3526072f8b2b46217f33a5e85334ee507691aea547210fe284706d8?d=identicon)[supermeteorv2](/maintainers/supermeteorv2)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/supermeteor-v1-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/supermeteor-v1-sdk-php/health.svg)](https://phpackages.com/packages/supermeteor-v1-sdk-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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