PHPackages                             sajjadkazazi/imanoor-sms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. sajjadkazazi/imanoor-sms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sajjadkazazi/imanoor-sms
========================

Official Sms.ir Laravel Package

09PHP

Since Mar 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SajjadKazazi/imanoor-sms)[ Packagist](https://packagist.org/packages/sajjadkazazi/imanoor-sms)[ RSS](/packages/sajjadkazazi-imanoor-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/cfd6ac7be179ceddd1e3f65d6603985fddd0af9639cff1a009fcb056265c04de/68747470733a2f2f7777772e736d732e69722f77702d636f6e74656e742f7468656d65732f736d732e69722f6173736574732f696d672f66696e616c2d736d732d6c6f676f2e706e67)](https://camo.githubusercontent.com/cfd6ac7be179ceddd1e3f65d6603985fddd0af9639cff1a009fcb056265c04de/68747470733a2f2f7777772e736d732e69722f77702d636f6e74656e742f7468656d65732f736d732e69722f6173736574732f696d672f66696e616c2d736d732d6c6f676f2e706e67)

Official Laravel Package for sms.ir

[![Latest Stable Version](https://camo.githubusercontent.com/b8f269dd6d77b710e7bde417ea99ca79fd5d10b50e27227c86760c1944bfa0f7/68747470733a2f2f706f7365722e707567782e6f72672f697065636f6d70616e792f736d7369726c61726176656c2f762f737461626c65)](https://packagist.org/packages/ipecompany/smsirlaravel)[![Total Downloads](https://camo.githubusercontent.com/be43881e33352e8dd77dd3ac0bd291c4c1a1004d7867289ec0361e64f7f80316/68747470733a2f2f706f7365722e707567782e6f72672f697065636f6d70616e792f736d7369726c61726176656c2f646f776e6c6f616473)](https://packagist.org/packages/ipecompany/smsirlaravel)[![Monthly Downloads](https://camo.githubusercontent.com/022932681ef2f04c6307c116acf435ea0ac9b3beb313d3322c6654c11b3a3845/68747470733a2f2f706f7365722e707567782e6f72672f697065636f6d70616e792f736d7369726c61726176656c2f642f6d6f6e74686c79)](https://packagist.org/packages/ipecompany/smsirlaravel)[![License](https://camo.githubusercontent.com/dd55c3ad366f12caa2d390a2c438c9661d6e4785cdf9f8b11fae2886bf975302/68747470733a2f2f706f7365722e707567782e6f72672f697065636f6d70616e792f736d7369726c61726176656c2f6c6963656e7365)](https://packagist.org/packages/ipecompany/smsirlaravel)

[آموزش فارسی نصب و استفاده از پکیج ارسال پیامک لاراول](https://www.sms.ir/%D8%AE%D8%AF%D9%85%D8%A7%D8%AA/%D9%88%D8%A8-%D8%B3%D8%B1%D9%88%DB%8C%D8%B3/%D8%A7%D8%B1%D8%B3%D8%A7%D9%84-%D9%BE%DB%8C%D8%A7%D9%85%DA%A9-laravel/)

Hi, if you have an account in sms.ir, you can use this package for laravel

---

How to install:
---------------

[](#how-to-install)

```
composer require ipecompany/smsirlaravel
php artisan vendor:publish
php artisan migrate

```

> **Setup:**

add this line to your app.php providers: ipecompany\\smsirlaravel\\SmsirlaravelServiceProvider::class,

and add this line to your app.php aliases: 'Smsirlaravel' =&gt; ipecompany\\smsirlaravel\\SmsirlaravelFacade::class,

> After publish the package files you must open smsirlaravel.php in config folder and set the api-key, secret-key and your sms line number.

> **Like this:**

```
'webservice-url' => env('SMSIR-WEBSERVICE-URL','https://ws.sms.ir/'),
'api-key' => env('SMSIR-API-KEY','Your sms.ir api key'),
'secret-key' => env('SMSIR-SECRET-KEY','Your sms.ir secret key'),
'line-number' => env('SMSIR-LINE-NUMBER','Your sms.ir line number'

```

> Note:

you can set the keys and line number in your .env file

> **like this:**

> SMSIR-WEBSERVICE-URL=

> SMSIR-API-KEY=your api-key

> SMSIR-SECRET-KEY=your secret-key

> SMSIR-LINE-NUMBER=1000465\*\*\*\*\*\*

Methods:
--------

[](#methods)

> Smsirlaravel::send()

> Smsirlaravel::credit()

> Smsirlaravel::getLines()

> Smsirlaravel::addToCustomerClub()

> Smsirlaravel::deleteContact();

> Smsirlaravel::sendToCustomerClub();

> Smsirlaravel::addContactAndSend();

> Smsirlaravel::sendVerification();

> Smsirlaravel::ultraFastSend();

> Smsirlaravel::getSentMessages();

> Smsirlaravel::getReceivedMessages();

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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/56755032af0c9778e17539974fe897909feaeb93934be40b8a0bd56d71651b73?d=identicon)[sajjadkazazi](/maintainers/sajjadkazazi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sajjadkazazi-imanoor-sms/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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