PHP code example of slvler / phone-validation

1. Go to this page and download the library: Download slvler/phone-validation library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

slvler / phone-validation example snippets


php artisan vendor:publish --tag=phone

ABSTRACT_BASE_URL=https:https://phonevalidation.abstractapi.com
ABSTRACT_API_KEY=YOUR-API-KEY

use Slvler\PhoneValidation\Phone;

Phone::getData('14152007986');