Skip to content

sandwave-io/phone-pin-checker

Repository files navigation

Phone Pin Checker

Codecov GitHub Workflow Status Packagist PHP Version Support Packagist PHP Version Support Packagist Downloads

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 listen to the Sandwave\PhonePinChecker\Events\PinOkay event to check if the a pin has been entered successfully.

About

Check VIP phone caller code with repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages