Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfrouh/4jawaly
Package For Sms 4jawaly With laravel
https://github.com/mfrouh/4jawaly
Last synced: about 1 month ago
JSON representation
Package For Sms 4jawaly With laravel
- Host: GitHub
- URL: https://github.com/mfrouh/4jawaly
- Owner: mfrouh
- Created: 2022-08-24T19:03:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T13:34:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T01:42:09.022Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Package For 4jawaly Sms For Laravel
#
```bash
composer require mfrouh/4jawaly
```#
## Package have 2 method
1- Get Balance
2- Send Sms
#
1- Get Balance
```php
use MFrouh\Sms4jawaly\Facades\Sms4jawaly;
Sms4jawaly::getBalance();
```
#
2- Send Sms
```php
use MFrouh\Sms4jawaly\Facades\Sms4jawaly;
Sms4jawaly::sendSms($message,$phone_number, $phone_code);
```
#
## .env File
```env
4JAWALY_USERNAME=
4JAWALY_PASSWORD=
4JAWALY_SENDER_NAME=```