PHPackages                             waazibf/playsmsws - 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. waazibf/playsmsws

ActiveLibrary[API Development](/categories/api)

waazibf/playsmsws
=================

PlaySMS API for Laravel

v1.0.0(3y ago)011GPL-3.0+PHPPHP ^7.2

Since Nov 1Pushed 3y agoCompare

[ Source](https://github.com/waazibf/laravel-playsms)[ Packagist](https://packagist.org/packages/waazibf/playsmsws)[ RSS](/packages/waazibf-playsmsws/feed)WikiDiscussions master Synced 1mo ago

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

laravel-playsms
===============

[](#laravel-playsms)

Laravel 9 PlaySMS API Integration

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

[](#installation)

### Install Package

[](#install-package)

```
composer require waazibf/laravel-playsmsws

```

### Add Service Provider &amp; Facade

[](#add-service-provider--facade)

#### For Laravel 5.5+

[](#for-laravel-55)

Once the package is added, the service provider and facade will be autodiscovered.

#### For Laravel &lt;=5.4

[](#for-laravel-54)

Add the ServiceProvider to the providers array in `config/app.php`:

```
waazibf\Playsmsws\PlaysmswsServiceProvider::class,

```

Add the Facade to the aliases array in `config/app.php`:

```
'Playsmsws': waazibf\Playsmsws\Facades\PlaysmswsFacade::class,

```

### Publish Config

[](#publish-config)

Once done, publish the config to your config folder using:

```
php artisan vendor:publish --provider="waazibf\Playsmsws\PlaysmswsServiceProvider"

```

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

[](#configuration)

Once the config file is published, open `config/playsmsws.php` and set your desired values for the parameters:

#### URL

[](#url)

Your PlaySMS WebServices URL.

#### Username

[](#username)

Your PlaySMS WebServices Username.

#### Token

[](#token)

Your PlaySMS WebServices Token.

Usage
-----

[](#usage)

FIXME

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.6% 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

1285d ago

### Community

Maintainers

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

---

Top Contributors

[![waazibf](https://avatars.githubusercontent.com/u/21143357?v=4)](https://github.com/waazibf "waazibf (10 commits)")[![javierslzrh](https://avatars.githubusercontent.com/u/4943525?v=4)](https://github.com/javierslzrh "javierslzrh (9 commits)")

---

Tags

laravelsmsplaysms

### Embed Badge

![Health badge](/badges/waazibf-playsmsws/health.svg)

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

###  Alternatives

[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

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