PHPackages                             mr687/wamazing - 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. mr687/wamazing

ActiveLibrary

mr687/wamazing
==============

A Wrapper Wamazing API for Laravel

03PHP

Since Feb 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mr687/wamazing)[ Packagist](https://packagist.org/packages/mr687/wamazing)[ RSS](/packages/mr687-wamazing/feed)WikiDiscussions development Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b4a132240f9c46ce51351b240478398fb199c1e6c09ce1a7fa953300d4d72b18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d723638372f77616d617a696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mr687/wamazing)[![Build Status](https://camo.githubusercontent.com/0c9219594e43bcfb10a2c176b7d278c50505bb6be8b314b64faf29407ad293a9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d723638372f77616d617a696e672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mr687/wamazing)[![Quality Score](https://camo.githubusercontent.com/dd3c3b42ee84de40fe88a005195a2c8c82942fda89be0d409adeaa0e19a61e92/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d723638372f77616d617a696e672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/mr687/wamazing)[![Total Downloads](https://camo.githubusercontent.com/4f710c0647cf0feda05d413f0c8eb7d03ac23bf33e5ef34d87fca0c5dfdb1e53/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d723638372f77616d617a696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mr687/wamazing)

[Wamazing](https://wamazing.asia) for Laravel

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

[](#installation)

You can install the package via composer:

```
composer require mr687/wamazing
```

The service provider should automatically register for Laravel &gt; 5.4.

For Laravel &lt; 5.5, open config/app.php and, within the providers array, append:

```
Mr687\Wamazing\Providers\WamazingServiceProvider::class
```

Configuration file
------------------

[](#configuration-file)

Publish the configuration file

```
php artisan vendor:publish --provider="Mr687\Wamazing\Providers\ZoomServiceProvider"
```

This will create a wamazing/config.php within your config directory, where you add value for secret token.

```
....

WAMAZING_TOKEN=
WAMAZING_DEVICE=
```

Usage
-----

[](#usage)

Send Text.

```
use Mr687\Wamazing\Facades\Wamazing;

Wamazing::chat()
  ->to('6282325xxx')
  ->message('Hai')
  ->sendText();
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Daphinokio](https://github.com/mr687)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cf2e879ac112267ec8d51907b6474206845dc036cd3021ae3dd93d8512d87db?d=identicon)[daphino](/maintainers/daphino)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mr687-wamazing/health.svg)

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

PHPackages © 2026

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