pragmabroadvertising/laravel-solaredge-api
Composer 安装命令:
composer require pragmabroadvertising/laravel-solaredge-api
包简介
A Laravel package to seamlessly connect to the SolarEdge API. The API provides your application with date from your solar panel network.
README 文档
README
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.
Install
Via Composer
composer require pragmabroadvertising/laravel-solaredge-api
Setup
- Publish the provider:
php artisan vendor:publish --provider="PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider" --tag=laravel-solaredge-api - Add the service provider in your config/app.php providers array
'providers' => [ PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider ];
- Add the alias in your config/app.php aliases array
'aliases' => [ 'SolarEdge' => PragmaBroadvertising\SolarEdge\Facades\SolarEdge::class ];
Usage
$solaredge = new SolarEdge();
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email development@pragma.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 57
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-24