Download the PHP package sandwave-io/phone-pin-checker without Composer
On this page you can find all versions of the php package sandwave-io/phone-pin-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sandwave-io/phone-pin-checker
More information about sandwave-io/phone-pin-checker
Files in sandwave-io/phone-pin-checker
Download sandwave-io/phone-pin-checker
More information about sandwave-io/phone-pin-checker
Files in sandwave-io/phone-pin-checker
Vendor sandwave-io
Package phone-pin-checker
Short Description Check VIP phone caller code with repository
License
Package phone-pin-checker
Short Description Check VIP phone caller code with repository
License
Please rate this library. Is it a good library?
Informations about the package phone-pin-checker
Phone Pin Checker
Verify generated PINs in order to implement your VIP phone support with Voys.
This package is based on the Voys API.
Compatibility
- PHP
>8.1
- Laravel
^10.3.3
How to use
- Add the package in to your project.
- Make sure the service provider is loaded.
- Route your Voys webhook to
GET https://yourapplication.app/phone-pin-checker
. - Use the create route (
POST https://yourapplication.app/phone-pin-checker
) to generate a new code.- You can add a reference (for a customer for example) using the optional
reference
field.
- You can add a reference (for a customer for example) using the optional
- You can listen to the
Sandwave\PhonePinChecker\Events\PinOkay
event to check if the a pin has been entered successfully.
All versions of phone-pin-checker with dependencies
PHP Build Version
Package Version
The package sandwave-io/phone-pin-checker contains the following files
Loading the files please wait ....