avido / laravel-tesla-api
Laravel Tesla Api Client Wrapper for https://packagist.org/packages/avido/tesla-api-client
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/avido/laravel-tesla-api
Requires
- avido/tesla-api-client: ^1.0
This package is auto-updated.
Last update: 2025-09-14 21:05:46 UTC
README
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>