morpheusadam / elanak
allinone sms sender
dev-main
2024-09-07 19:25 UTC
This package is auto-updated.
Last update: 2025-03-07 20:30:58 UTC
README
📌 Introduction
Elanak is a prominent project designed to send text messages via multiple different service providers. This project is implemented using the PHP programming language and uses various APIs to send text messages.
This project is built for the Laravel framework and its goal is to provide better performance compared to other repositories and to collect multiple panels in one repository.
Installation and Usage
To install and use this project, run the following commands in your terminal:
$ composer require morpheusadam/elanak
To remove the project, run the following command:
$ composer remove morpheusadam/elanak
📦 Installing Required Packages:
composer require kavenegar/laravel composer require melipayamak/laravel:1.0.0 composer require ippanel/php-rest-sdk
These packages 🛠️ provide the necessary capabilities for sending text messages. Please run the above commands in your terminal. 🖥️
📡 پشتیبانی از سامانههای مختلف:
Using the Package to Send Simple Text Messages:
Elanak::send($messages)->via($provider)->api($api)->from($sender)->to('09185312051')->dispatch();
Using the Package to Send Text Messages with a Pattern:
Sending with melipayamak
Elanak::send($messages)->to($to)->via($providerName)->api($api)->pattern($patternCode, $value)->dispatch();
Sending with Ippanel
Elanak::send($messages)->to($to)->via($providerName)->api($api)->pattern($patternCode, $value)->from($sender)->dispatch();
You can change the service provider by changing the section
via('melipayamak') via('kavenegar')، via('ippanel')، via('payamresan') via('smsir') و غیره تغییر دهید.
Sample Code Used for Optimal Sending
via('melipayamak') via('kavenegar')، via('ippanel')، via('payamresan') via('smsir') and so on.