Download the PHP package slvler/veriphone-validation without Composer
On this page you can find all versions of the php package slvler/veriphone-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download slvler/veriphone-validation
More information about slvler/veriphone-validation
Files in slvler/veriphone-validation
Package veriphone-validation
Short Description Phone number validation API for veriphone.io
License MIT
Homepage https://github.com/slvler/veriphone-service
Informations about the package veriphone-validation
Veriphone Service
An api service for etherscan.io
This package provides a convenient wrapper to the Veriphone API for Laravel applications.
Veriphone API is a REST based JSON API. It provides a set of stateless endpoints that any program or web browser can call by sending a standard HTTP request. Veriphone will respond with a standard HTTP response carrying a JSON payload. This documentation describes these endpoints, their input/output parameters and authentication methods.
Requirements
- PHP 8.2
- Laravel 9.x | 10.x | 11.x
Installation
To install this package tou can use composer:
Usage
-
First of all we'll add the API key and API Url of the service we're using to our .env file of our project. If you don't have an account yet on veriphone.io, you should create one. Once you have an account you can copy your API key from the dashboard page and put it into you .env file.
-
you should extract the config/veriphone.php file to the config folder.
-
Abstract's Phone Number Validation and Verification API simply requires your unique API key and the phone number you'd like to check:
- This was a successful request, so the valid phone number and details associated with it are returned below:
Testing
Credits
- slvler
License
The MIT License (MIT). Please see License File for more information.
License
The MIT License (MIT). Please see License File for more information.
Contributing
You're very welcome to contribute. Please see CONTRIBUTING for details.
All versions of veriphone-validation with dependencies
guzzlehttp/guzzle Version ^7.2
illuminate/support Version ^9.0|^10.0|^11.0