A Laravel package to seamlessly connect to the SolarEdge API. The API provides your application with date from your solar panel network.
pragmabroadvertising/laravel-solaredge-api is a Laravel package for a laravel package to seamlessly connect to the solaredge api. the api provides your application with date from your solar panel network..
It currently has 1 GitHub stars and 57 downloads on Packagist (latest version 0.1.1).
Install it with composer require pragmabroadvertising/laravel-solaredge-api.
Discover more Laravel packages by pragmabroadvertising
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel package to seamlessly connect to the SolarEdge API. The API provides your application with date from your solar panel network.
NOTE: This package is still in development and will be subject to change.
Via Composer
composer require pragmabroadvertising/laravel-solaredge-api
php artisan vendor:publish --provider="PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider" --tag=laravel-solaredge-api
'providers' => [
PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider
];
'aliases' => [
'SolarEdge' => PragmaBroadvertising\SolarEdge\Facades\SolarEdge::class
];
$solaredge = new SolarEdge();
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.