Looking to hire Laravel developers? Try LaraJobs

laravel-tesla-api maintained by avido

Description
Laravel Tesla Api Client Wrapper for https://packagist.org/packages/avido/tesla-api-client
Author
Last update
2020/05/14 10:44 (dev-master)
Links
Downloads
9
Tags

Comments
comments powered by Disqus

Laravel Tesla API Client

Laravel Package for interacting with Tesla API.

Easy read of car states and sending commands.

Basic example

$response = TeslaApi::getVehicles();
var_dump($response);

Installation

You can install this package using composer.

composer require avido/laravel-tesla-api

Publish config file

php artisan vendor:publish

Configuration

Add your email/password to config/tesla-api-client or Add your credentials to your .env file

TESLA_API_EMAIL=<your email>
TESLA_API_PASSWORD=<your password>