PHPackages                             uzbek/laravel-playmobile-client - 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. uzbek/laravel-playmobile-client

ActiveLibrary

uzbek/laravel-playmobile-client
===============================

Sending sms via Playmobile

0.0.4(3y ago)4171[4 PRs](https://github.com/professor93/laravel-playmobile-client/pulls)MITPHPPHP ^8.1

Since Oct 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/professor93/laravel-playmobile-client)[ Packagist](https://packagist.org/packages/uzbek/laravel-playmobile-client)[ Docs](https://github.com/uzbek/laravel-playmobile-client)[ RSS](/packages/uzbek-laravel-playmobile-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (13)Versions (9)Used By (0)

Sending sms via Playmobile
==========================

[](#sending-sms-via-playmobile)

[![Latest Version on Packagist](https://camo.githubusercontent.com/eddd4af4069b2c1c5cde7d38e4c4178e8c83a09a02a138d4e2643362ee48f64d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f757a62656b2f6c61726176656c2d706c61796d6f62696c652d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uzbek/laravel-playmobile-client)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a73890039c6780cac8bb035e9996f378004fa7dea434b53cd49c94566680a853/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70726f666573736f7239332f6c61726176656c2d706c61796d6f62696c652d636c69656e742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/professor93/laravel-playmobile-client/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/84d13a41411206872417033bc7ccb78b9c361f2d815a071679a7b906eb804474/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70726f666573736f7239332f6c61726176656c2d706c61796d6f62696c652d636c69656e742f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/professor93/laravel-playmobile-client/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2e6890ce796523805dcb489f6b65d37db52bc8ccfa3cfa143350b81aa88607a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f757a62656b2f6c61726176656c2d706c61796d6f62696c652d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uzbek/laravel-playmobile-client)

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

[](#installation)

You can install the package via composer:

```
composer require uzbek/laravel-playmobile-client
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
    'token_lifetime' => env('PLAYMOBILE_TOKEN_DURATION', 24 * 3600 * 30),
    'base_url' => env('PLAYMOBILE_URL'),
    'username' => env('PLAYMOBILE_USERNAME'),
    'password' => env('PLAYMOBILE_PASSWORD'),
    'originator' => env('PLAYMOBILE_ORIGINATOR'),
    'proxy_url' => env('PLAYMOBILE_PROXY_URL'),
    'proxy_proto' => env('PLAYMOBILE_PROXY_PROTO'),
    'proxy_host' => env('PLAYMOBILE_PROXY_HOST'),
    'proxy_port' => env('PLAYMOBILE_PROXY_PORT'),
];
```

Usage
-----

[](#usage)

With object

```
$laravelPlaymobileClient = new Uzbek\LaravelPlaymobileClient();

$laravelPlaymobileClient->send('998901234567', 'Sms from PHP/Laravel application');
```

or with Facade

```
use Uzbek\LaravelPlaymobileClient\Facades\Playmobile;

Playmobile::send('998901234567', 'Sms from PHP/Laravel application');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Inoyatulloh](https://github.com/professor93)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f02ce7bf39267c9918408c16c0568210e6bfb52b9fe5fb8f003a76ac5cb481a0?d=identicon)[uzbek](/maintainers/uzbek)

---

Top Contributors

[![professor93](https://avatars.githubusercontent.com/u/5443574?v=4)](https://github.com/professor93 "professor93 (22 commits)")[![Sodiqmirzo](https://avatars.githubusercontent.com/u/65369403?v=4)](https://github.com/Sodiqmirzo "Sodiqmirzo (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laraveluzbeklaravel-playmobile-client

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/uzbek-laravel-playmobile-client/health.svg)

```
[![Health](https://phpackages.com/badges/uzbek-laravel-playmobile-client/health.svg)](https://phpackages.com/packages/uzbek-laravel-playmobile-client)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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