Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=

```