Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrouh committed Aug 26, 2022
1 parent 9870179 commit da7ded1
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
Package For 4jawaly Sms For Laravel
### 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();

```

#

1- 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=
```

0 comments on commit da7ded1

Please sign in to comment.