PHP Classes

File: config/veriphone.php

Recommend this page to a friend!
  Classes of Hicri   Veriphone PHP Phone Number Validation Service   config/veriphone.php   Download  
File: config/veriphone.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Veriphone PHP Phone Number Validation Service
Check if a phone number is valid with Verifone API
Author: By
Last change:
Date: 9 months ago
Size: 397 bytes
 

Contents

Class file image Download
<?php


return [

   
/*
    |--------------------------------------------------------------------------
    | Default definitions
    |--------------------------------------------------------------------------
    |
    | Default http address, secret key
    |
    */

   
'veriphone' => [
       
'base_url' => env('VERIPHONE_BASE_URL'),
       
'api_key' => env('VERIPHONE_API_KEY'),
    ],
];