PHPackages                             mlk9/ippanel-laravel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mlk9/ippanel-laravel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

mlk9/ippanel-laravel
====================

Send SMS notification based on channel Laravel (Ippanel SMS service)

v2.0.1(2y ago)0416—0%[1 issues](https://github.com/mlk9/ippanel-laravel/issues)MITPHPPHP &gt;=7.4

Since Sep 9Pushed 2y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (4)Versions (7)Used By (0)

IPPanel Laravel
===============

[](#ippanel-laravel)

پکیج لاراولی ارسال اس ام اس سازگار با نوتیفیکیشن برای آپی پنل

نیازمندی ها
===========

[](#نیازمندی-ها)

- لاراول 6+
- PHP 7.4+

ویژگی ها
========

[](#ویژگی-ها)

- سریع و ساده
- اتصال امن
- سازگار با نوتیفیکیشن

نصب
===

[](#نصب)

نصب پکیج به وسیله کامپوزر:

```
composer require mlk9/ippanel-laravel
```

عمومی کردن تنظیمات

```
php artisan vendor:publish --tag=ippanel-laravel
```

جزئیات دقیق کانفیگ
==================

[](#جزئیات-دقیق-کانفیگ)

```
// config/services.php
'ippanel' => [
        'server' => 'https://ippanel.com/services.jspd',
        'username' => 'YOUR_IPPANEL_USERNAME',
        'password' => 'YOUR_IPPANEL_PASSWORD',
        'originator' => 'YOUR_IPPANEL_ORIGINATOR',
],
```

استفاده
=======

[](#استفاده)

با استفاده از فساد
------------------

[](#با-استفاده-از-فساد)

```
