tykus / soliscloud
API Client and SDK library for the SolisCloud API
Installs: 218
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/tykus/soliscloud
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8
- illuminate/support: ^10.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
This package is not auto-updated.
Last update: 2025-10-18 06:36:39 UTC
README
A PHP client library for the SolisCloud API. Get data from your solar panels installation.
Installation
You can install the package via composer:
composer require tykus/soliscloud
Basic Usage
// Initialize the client $client = new Tykus\SolisCloud\Client($keyId, $keySecret); // Get an instance of the SolisCloud class $soliscloud = new Tykus\SolisCloud\SolisCloud($client); // Get the current data for the given Station. $soliscloud->getStationDetail($stationId);
Using the Facade in Laravel
Place credentials in environment variables in .env file using the folloiwng keys:
SOLISCLOUD_KEY_IDSOLISCLOUD_KEY_SECRETSOLISCLOUD_API_URL
SolisCloud::getStationDetail($stationId);
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email brian@tykus.ie instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.