PHPackages                             riazxrazor/slybroadcast - 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. riazxrazor/slybroadcast

ActiveLibrary[API Development](/categories/api)

riazxrazor/slybroadcast
=======================

1.1.0(8y ago)11.9k3MITPHPPHP ^7.0

Since Apr 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/riazXrazor/slybroadcast)[ Packagist](https://packagist.org/packages/riazxrazor/slybroadcast)[ RSS](/packages/riazxrazor-slybroadcast/feed)WikiDiscussions master Synced yesterday

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

Slybroadcast
============

[](#slybroadcast)

Laravel wrapper for Slybroadcast api integration voice messaging for business.

Api Documentation
=================

[](#api-documentation)

For documentation on the api please refer to [https://www.mobile-sphere.com/vmb2/MobileSphere\_slybroadcast\_API\_v2.0.pdf](https://www.mobile-sphere.com/vmb2/MobileSphere_slybroadcast_API_v2.0.pdf)for register and login visit

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

[](#installation)

Open `composer.json` and add this line below.

```
{
    "require": {
        "riazxrazor/slybroadcast": "^1.0.0"
    }
}
```

Or you can run this command from your project directory.

```
composer require riazxrazor/slybroadcast
```

Configuration
-------------

[](#configuration)

Open the `config/app.php` and add this line in `providers` section.

```
Riazxrazor\Slybroadcast\SlybroadcastServiceProvider::class,
```

add this line in the `aliases` section.

```
'Slybroadcast' => Riazxrazor\Slybroadcast\SlybroadcastFacade::class
```

get the `config` by running this command.

```
php artisan vendor:publish --tag=config
```

config option can be found `app/slybroadcast.php`

```
    'USER_EMAIL' => '',

    'PASSWORD' => '',

    'DEBUG' => FALSE

```

Basic Usage
-----------

[](#basic-usage)

You can use the function like this.

```
\Slybroadcast::sendVoiceMail([
                                'c_phone' => "5104007646,5104007647,5104007648",
                                'c_url' =>"https://ia802508.us.archive.org/5/items/testmp3testfile/mpthreetest.mp3",
                                'c_record_audio' => '',
                                'c_date' => 'now',
                                'c_audio' => 'Mp3',
                                'c_callerID' => "18442305060",
                                'mobile_only' => 1,
                                'c_dispo_url' => 'https://2e2fe124.ngrok.io/voicepostback'
                               ])->getResponse();

\Slybroadcast::pause($session_id)->getResponse();

\Slybroadcast::resume($session_id)->getResponse();

\Slybroadcast::accountMessageBalance()->getResponse();

\Slybroadcast::listAudioFiles()->getResponse();

// if you wana user different credentials for api call
\Slybroadcast::setCredentials($user_email,$password);

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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 ~278 days

Total

2

Last Release

3076d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13194363?v=4)[Riaz Laskar](/maintainers/riazXrazor)[@riazXrazor](https://github.com/riazXrazor)

---

Top Contributors

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

---

Tags

apimobile-sphereslybroadcastvoicevoice-mailvoice-messaging

### Embed Badge

![Health badge](/badges/riazxrazor-slybroadcast/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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