PHPackages                             newway/turbo-sms - 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. newway/turbo-sms

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

newway/turbo-sms
================

Package for TurboSMS service(http://turbosms.ua/)

1.1(10y ago)0274MITPHPPHP &gt;=5.4.0

Since Mar 28Pushed 9y ago2 watchersCompare

[ Source](https://github.com/NewwayLibs/TurboSms)[ Packagist](https://packagist.org/packages/newway/turbo-sms)[ RSS](/packages/newway-turbo-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Package for \[TurboSMS\] () for Laravel 5
==============================================================

[](#package-for-turbosms-httpturbosmsua-for-laravel-5)

This package still in beta. The main problem - SOAP API from TurboSMS (be realists - it's awful). I've contact with TurboSMS's support - lets see what they will do with my request...

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

[](#installation)

Require this package in your composer.json:

```
"newway/turbo-sms": "dev-master"
```

And add the ServiceProvider to the providers array in config/app.php

```
'Newway\TurboSms\ServiceProvider',
```

Publish config using artisan CLI (if you want to overwrite default config).

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

You can register the facade in the `aliases` key of your `config/app.php` file.

```
'aliases' => array(
    'TurboSms'  => 'Newway\TurboSms\Facade',
)
```

Package config
--------------

[](#package-config)

```
	return array(

        /*
        |--------------------------------------------------------------------------
        | URL
        |--------------------------------------------------------------------------
        |
        | URL for the SOAP API
        |
        */

            'url'      => 'http://turbosms.in.ua/api/wsdl.html',
        /*
        |--------------------------------------------------------------------------
        | Credentials for auth
        |--------------------------------------------------------------------------
        */

            'auth' => [

                    'login'    => env('TURBO_SMS_LOGIN'),
                    'password' => env('TURBO_SMS_PASSWORD'),
            ],

        /*
        |--------------------------------------------------------------------------
        | Sender name
        |--------------------------------------------------------------------------
        */

            'sender'   => env('TURBO_SMS_SENDER'),

    );
```

\##Usage

```
try {
	$balance = Newway\TurboSms\Facade::getBalance();
	print_r($balance);

	$message_id = Newway\TurboSms\Facade::send('Test message', '+38099999999');
    print_r($message_id);

    $status = Newway\TurboSms\Facade::getStatus($message_id);
    print_r($status);
} catch (Newway\TurboSms\Exceptions\TurboSmsException $e) {}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

3825d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d71d9096f85a96307a91e8debf8408c91c3cd6bfae629f0d0628071777c539e?d=identicon)[yaapis](/maintainers/yaapis)

---

Top Contributors

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

---

Tags

laravelsmssendturbosmstext messages

### Embed Badge

![Health badge](/badges/newway-turbo-sms/health.svg)

```
[![Health](https://phpackages.com/badges/newway-turbo-sms/health.svg)](https://phpackages.com/packages/newway-turbo-sms)
```

###  Alternatives

[simplesoftwareio/simple-sms

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CalLFire, EZTexting, Email Gateways, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, and Zenvia

20845.7k5](/packages/simplesoftwareio-simple-sms)[tartan/laravel-iranian-sms

Laravel 5.x sms handler for working with most iranian sms operators

255.3k](/packages/tartan-laravel-iranian-sms)[mrabbani/laravel_infobip

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CallFire, EZTexting, Email Gateways, Mozeo, and Twilio.

112.9k](/packages/mrabbani-laravel-infobip)[akhan619/laravel-ses-event-manager

A Laravel package to manage incoming SES email events with http/s webhooks.

148.8k](/packages/akhan619-laravel-ses-event-manager)

PHPackages © 2026

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