Download the PHP package mimisk13/laravel-easysms without Composer
On this page you can find all versions of the php package mimisk13/laravel-easysms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mimisk13/laravel-easysms
More information about mimisk13/laravel-easysms
Files in mimisk13/laravel-easysms
Package laravel-easysms
Short Description A Laravel package for integrating EasySMS.
License MIT
Homepage https://github.com/mimisk13/laravel-easysms
Informations about the package laravel-easysms
LaravelEasysms
This is where your description should go. Take a look at CONTRIBUTING.md to see a to do list.
Installation
Via Composer
Publishing the Configuration File
To publish the configuration file for laravel-easysms
, run the following command:
Environment Settings (.env)
Before using the package, make sure to add the necessary settings to your .env file:
Usage
Here are examples of how to use the core functionalities of the laravel-easysms
package.
1. Sending an SMS
To send an SMS, you can use the send
method, specifying the channel as 'sms'
(default).
2. Sending a Viber Message
To send a Viber message, specify the channel as 'viber' in the send method.
3. Checking Balance
You can check your account balance on easysms.gr using the getBalance method. This method returns your current balance details.
4. Mobile Number Verification
Use the mobile method to check the validity of a mobile number. This is useful to verify that the number is correct before sending a message.
Change log
Please see the CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONTRIBUTING.md for details and a todolist.
Credits
- Mimis K
- All Contributors
License
MIT. Please see the LICENSE file for more information.