mehrand/sms_panel is a Laravel package for the imagine integration for the yii framework.
It currently has 0 GitHub stars and 4 downloads on Packagist.
Install it with composer require mehrand/sms_panel.
Discover more Laravel packages by mehrand
or browse all Laravel packages to compare alternatives.
Last updated
This repo has been added for used for NikSms and ArianTel webservice.
If you want you can simply write your own driver and attach it to this library.
And if you want you can publish it in this library by your own name.
If you want create your own driver please flow below steps:
MehranDashti\sms\abstracts\SmsHelperdrivers libraryList of driver that published and avilable right now.
| Driver name | namespace | createdBy
| ------------- |:--------------------------: | :----------------------------------------------------------
| Niksms | \MehranDashti\sms\drivers\NikSmsPanel | Mehran Dashti
| ArianTel | \MehranDashti\sms\drivers\ArianTel | Mehran Dashti
| parameters | type | description| | ------------- | ------ | ------- | | username | string | username for auth | | password | string | password for auth | | ref_number | string | sender number |
| parameters | type | description| | ------------- | ------ | ------- | | send_on | string | | | send_type | string | | | message_ids | string | |
| parameters | type | description | | ------------- | ------ | ------- | | username | string | username for auth | | password | string | password for auth | | ref_number | string | sender number |
| parameters | type | description| | ------------- | ------ | ------- | | udh | boolean| | | is_flash | string | | | rec_id | array | | | status | array | |
Be aware use of this library and its driver is alowed for all but you should keep recources and authors names.
If you create your own driver we become so happy if you pulblish it in our library.
#Sms_panel