PHP code example of laximo / search

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

    

laximo / search example snippets


use Laximo\Search\Config;
use Laximo\Search\SearchService;


$service = new SearchService(new Config(['login' => $login, 'password' => $password]));

    print_r($service->user());
    print_r($service->search('фильтр маслянный XW8ZZZ7PZHG003807'));