Ejemplo n.º 1
0
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Login with Automatic</title>

    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
  </head>

  <body>
    <div class="container">
      <h2>Your Access Token: <code><?php 
echo $client->getToken();
?>
</code></h2>

      <h4>Vehicles</h4>
      <p>
        <code>$client->vehicles->all()</code>
      </p>
      <pre>
<?php 
$vehicles = $client->vehicles->all();
var_dump($vehicles);
?>
      </pre>
      <hr>
      <h4>Single Vehicle</h4>