Download the PHP package erdemkeren/jet-sms-php without Composer
On this page you can find all versions of the php package erdemkeren/jet-sms-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download erdemkeren/jet-sms-php
More information about erdemkeren/jet-sms-php
Files in erdemkeren/jet-sms-php
Package jet-sms-php
Short Description A PHP client library for jet-sms api
License MIT
Homepage https://github.com/laravel-notification-channels/jet-sms
Informations about the package jet-sms-php
PHP JetSMS Client
This package provides an easy to use JetSMS service which can be used with both XML and Http apis.
Bu paket, hem XML hem Http API ile çalışan kullanımı kolay bir JetSMS servisi sağlar.
Dokümanın türkçe hali için: BENIOKU
Contents
- Installation
- Setting up the JetSMS service
- Usage
- Available methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install this package via composer:
Setting up the JetSMS service
You will need to register to JetSMS to use this channel.
Usage
First, boot the JetSmsService with your desired client implementation.
- JetSmsXmlClient
- JetSmsHttpClient (This is actually a Rest-Like client but the vendor names their API that way.)
Available methods
After successfully booting your JetSmsService instance up; use one of the following methods to send SMS message(s).
One Message - Single or Multiple Recipients:
Multiple Messages - Multiple Recipients:
Please not that if you have using that method, every message should only have one receiver. (This is also an API limitation which I didn't hack.)
Cross Reference
$response->groupId()
will throw BadMethodCallException if the client is JetSmsHttpClient
.
$response->messageReportIdentifiers()
will throw BadMethodCallException if the client is JetSmsXmlClient
.
change client implementation with caution.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.