PHP code example of bytes4sale / phone-number-info

1. Go to this page and download the library: Download bytes4sale/phone-number-info 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/ */

    

bytes4sale / phone-number-info example snippets


API_KEY=your_hlrlookup_api_key_here
API_SECRET=your_hlrlookup_api_secret_here,


   // config/app.php
   
   'providers' => [
       // Other providers...
       Bytes4sale\PhoneNumberInfo\PhoneNumberInfoServiceProvider::class,
   ],

2. **Retrieve Number Information**: Once the package is initialized, you can easily get the details for a Phone Number: