PHPackages                             myomyintaung512/laravel-smspoh-v3 - 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. myomyintaung512/laravel-smspoh-v3

ActiveLibrary

myomyintaung512/laravel-smspoh-v3
=================================

v1.0.5(1y ago)069↓100%PHPPHP ^7.3|^8.0

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/myomyintaung512/laravel-smspoh-v3)[ Packagist](https://packagist.org/packages/myomyintaung512/laravel-smspoh-v3)[ RSS](/packages/myomyintaung512-laravel-smspoh-v3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

Laravel SMSPoh V3 Integration
=============================

[](#laravel-smspoh-v3-integration)

This package provides an easy way to integrate SMSPoh SMS services into your Laravel application.

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

[](#installation)

```
composer require myomyintaung512/laravel-smspoh-v3
```

Publish the configuration file:

```
php artisan vendor:publish --provider="myomyintaung512\LaravelSmspoh\SMSPohServiceProvider"
```

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

[](#configuration)

Add the following variables to your .env file:

```
SMSPOH_API_KEY=your_api_key
SMSPOH_API_SECRET=your_api_secret
SMSPOH_SENDER_ID=your_sender_id
SMSPOH_BASE_URL=https://v3.smspoh.com/api/rest
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
use myomyintaung512\LaravelSmspoh\Facades\SMSPoh;

// Send SMS
app()->smspoh->send('1234567890', 'Your message here');

// Check balance
$balance = app()->smspoh->balance();

// Send verification SMS
app()->smspoh->verify('1234567890', 'Your verification code is: 123456');

// Check message status
app()->smspoh->status('message_id');
```

### Using Laravel Notifications

[](#using-laravel-notifications)

```
use Illuminate\Notifications\Notification;
use myomyintaung512\LaravelSmspoh\SMSPohChannel;

class VerificationNotification extends Notification
{
    public function via($notifiable)
    {
        return [SMSPohChannel::class];
    }

    public function toSMSPoh($notifiable)
    {
        return [
            'to' => $notifiable->phone,
            'message' => 'Your verification code is: ' . $this->code
        ];
    }
}
```

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance44

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

6

Last Release

440d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68decbff5127a14c01e57893a847759f5d4b1f9b519dcdf7cce254dc4445ac8c?d=identicon)[myomyintaung512](/maintainers/myomyintaung512)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/myomyintaung512-laravel-smspoh-v3/health.svg)

```
[![Health](https://phpackages.com/badges/myomyintaung512-laravel-smspoh-v3/health.svg)](https://phpackages.com/packages/myomyintaung512-laravel-smspoh-v3)
```

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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