PHPackages                             vanixjnk/smm - 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. vanixjnk/smm

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

vanixjnk/smm
============

A lightweight, zero-dependency PHP client for connecting to compatible SMM Panels.

v1.0.0(3mo ago)01MITPHPPHP &gt;=7.4

Since Jan 30Pushed 3mo agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

SMM (SOCIAL MEDIA MARKETING) - PHP
==================================

[](#smm-social-media-marketing---php)

A lightweight, zero-dependency PHP client for connecting to compatible SMM (Social Media Marketing) Panels.

Features
--------

[](#features)

- **Zero Dependencies**: Uses native `curl` extension.
- **Universal**: Works in PHP 7.4+.

Installation
------------

[](#installation)

```
composer require vanixjnk/smm
```

Usage
-----

[](#usage)

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

use vanixjnk\smm\smm;

// Initialize
$client = new smm('https://smm-provider.com/api/v2', 'YOUR_API_KEY');

// Get Balance
try {
    $balance = $client->getBalance();
    print_r($balance);
} catch (Exception $e) {
    echo 'Error: ' . $e->getMessage();
}

// Add Order
// $order = $client->addOrder(123, 'https://example.com', 1000);
// print_r($order);

// Get Status
// $status = $client->getStatus($order['order']);
```

API Reference
-------------

[](#api-reference)

- `getServices()`
- `addOrder($service, $link, $quantity, $comments = null, $runs = null, $interval = null)`
- `getStatus($orderId)`
- `getMultiStatus($orderIds)`
- `createRefill($orderId)`
- `getRefillStatus($refillId)`
- `cancelOrders($orderIds)`
- `getBalance()`

License
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance81

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

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

102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ff52ff69d3279d520b816d689e7eefd283db4357012e16cfff0bde8aec85ce8?d=identicon)[vanixjnk](/maintainers/vanixjnk)

---

Top Contributors

[![sleepyvani](https://avatars.githubusercontent.com/u/139491394?v=4)](https://github.com/sleepyvani "sleepyvani (1 commits)")

### Embed Badge

![Health badge](/badges/vanixjnk-smm/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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