PHP code example of webnexx / carcopy-api-client

1. Go to this page and download the library: Download webnexx/carcopy-api-client 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/ */

    

webnexx / carcopy-api-client example snippets


use CarApi\Client as CarApiClient;

// creata a valid CarApiClient Instance with your ApiKey
$client = new CarApiClient ("< YOUR API KEY >");

$client->doVehicleFilterView()