Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wontone18/google-verifiedsms-laravel-package
- Owner: wontone18
- License: mit
- Created: 2021-10-11T11:57:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T17:41:46.000Z (about 3 years ago)
- Last Synced: 2024-11-14T15:23:33.276Z (about 2 months ago)
- Topics: businesscommunicationapi, google, google-api, google-cloud, google-cloud-platform, google-verified-sms, google-verified-sms-api, laravel, laravel-package
- Language: PHP
- Homepage: https://www.wontonee.com
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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