PHPackages                             mortezaa97/sms-manager - 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. mortezaa97/sms-manager

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

mortezaa97/sms-manager
======================

v1.0.11(1mo ago)013MITPHPPHP ^8.2CI passing

Since Oct 29Pushed 1mo agoCompare

[ Source](https://github.com/mortezaa97/sms-manager)[ Packagist](https://packagist.org/packages/mortezaa97/sms-manager)[ Docs](https://github.com/mortezaa97/sms-manager)[ RSS](/packages/mortezaa97-sms-manager/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

Sms Manager for Filament PHP
============================

[](#sms-manager-for-filament-php)

A simple Filament plugin to add SMS statistics and management widgets to your dashboard.

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

[](#installation)

Install via composer:

```
composer require mortezaa97/sms-manager
```

Usage
-----

[](#usage)

1. **Register the Plugin**

In your `AdminPanelServiceProvider.php`, register the plugin in the plugins array:

```
use Mortezaa97\SmsManager\SmsManagerPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            // ... other plugins
            SmsManagerPlugin::make(),
        ]);
}
```

2. **Add the Widget to Your Dashboard**

In `app/Filament/Pages/Dashboard.php`, add the widget to the `getWidgets()` method:

```
public function getWidgets(): array
{
    return [
        // ... other widgets
        \Mortezaa97\SmsManager\Filament\Widgets\SmsManagerStatsWidget::class,
    ];
}
```

Features
--------

[](#features)

- Shows SMS statistics on your Filament dashboard.
- Easy integration with existing Filament panels and widgets.

Customization
-------------

[](#customization)

You can customize or extend the widget by creating your own widget or forking this package.

Credits
-------

[](#credits)

Created by [mortezaa97](https://github.com/mortezaa97)

License
-------

[](#license)

MIT

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance92

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~18 days

Total

12

Last Release

41d ago

### Community

Maintainers

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

---

Top Contributors

[![mortezaa97](https://avatars.githubusercontent.com/u/57325086?v=4)](https://github.com/mortezaa97 "mortezaa97 (13 commits)")[![mortezaa](https://avatars.githubusercontent.com/u/9318638?v=4)](https://github.com/mortezaa "mortezaa (1 commits)")

---

Tags

mortezaa97sms-manager

### Embed Badge

![Health badge](/badges/mortezaa97-sms-manager/health.svg)

```
[![Health](https://phpackages.com/badges/mortezaa97-sms-manager/health.svg)](https://phpackages.com/packages/mortezaa97-sms-manager)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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