PHP code example of shude / laximo
1. Go to this page and download the library: Download shude/laximo 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/ */
shude / laximo example snippets
$credentials = new BasicCredentials('<your_login>', '<your_password>');
$client = new SoapClient($credentials);
$laximo = new Laximo($client, new QueryBuilder());
$laximo->addFindVehicle('KMHVD34N8VU263043');
$result = $laximo->execute();
var_dump($result[0]); // VehicleListObject