PHP code example of rallisf1 / php-saracakis-pricelists

1. Go to this page and download the library: Download rallisf1/php-saracakis-pricelists 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/ */

    

rallisf1 / php-saracakis-pricelists example snippets


try {
    $data = new rallisf1\PhpSaracakisPricelists\Parser($full_file_path, $filter);
} catch (Exception $e) {
    echo 'Error: '. $e->getMessage();
}