Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wontone18/google-verifiedsms-laravel-package

This laravel package which help you to use the google business communication feature verified SMS in your project.
https://github.com/wontone18/google-verifiedsms-laravel-package

businesscommunicationapi google google-api google-cloud google-cloud-platform google-verified-sms google-verified-sms-api laravel laravel-package

Last synced: about 2 months ago
JSON representation

This laravel package which help you to use the google business communication feature verified SMS in your project.

Awesome Lists containing this project

README

        

# Google VerifiedSMS Laravel Package
This is a laravel package developed for google business communication api and verified SMS API. Before we commence this installation package you must these things in your side :

1. Your agent should be verified by google and you must have a partner account with google.
2. Public/Private key or if you dont have public and private key then go through this
3. You must have a valid api service account or api for verifiedsms api and business communication api.

## Installation

1. Use command prompt to run this package `composer require wontonee/verifiedsms`
2. Its ready to use now in your project. Lets test this by using a Example : Create any controller `php artisan make:controller TestController`
3. Create a keys folder in your `http/controller/keys` (Put .pem and service account json file inside this folder).
4. Open your `TestController.php` and write this code
```sh
GoogleHashstore();

// Response check if it having success 200 then send sms from your gateway

}

}

```

For any help or customisation or email us