PHP code example of ashishak / search_phone

1. Go to this page and download the library: Download ashishak/search_phone 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/ */

    

ashishak / search_phone example snippets


 
$processor = new Search();
$array_phones = $processor->getPhone('Добрый день 8-909-443-82-82. Вот еще один номер 89094438282 вот еще+79094438282 и вот пример 8 909 443 82 82, и еще один 8(909)4438282');
echo(var_export($array_phones, true));