PHP code example of patryk-sawicki / vemar-laravel

1. Go to this page and download the library: Download patryk-sawicki/vemar-laravel 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/ */

    

patryk-sawicki / vemar-laravel example snippets


VEMAR_API_KEY = 'your_api_key'

use PatrykSawicki\VemarApi\app\Classes\Vemar;

Vemar::fabricColors()->list(bool $returnJson = false);

Vemar::files()->get(int $file_id, bool $returnJson = false);

Vemar::checkPrice()->check(array $params);