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.7(2mo ago)08MITPHPPHP ^8.2CI passing

Since Oct 29Pushed 2mo 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 1mo ago

READMEChangelog (8)Dependencies (1)Versions (9)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

40

—

FairBetter than 88% of packages

Maintenance86

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Recently: every ~29 days

Total

8

Last Release

73d 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 (10 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

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M211](/packages/illuminate-pipeline)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[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)
