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. [Utility &amp; Helpers](/categories/utility)
4. /
5. myomyintaung512/laravel-smspoh-v3

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

v1.0.5(1y ago)0236PHPPHP ^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 3w 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 62% of packages

Maintenance42

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

485d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2306452?v=4)[Myo Myint Aung](/maintainers/myomyintaung512)[@myomyintaung512](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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