2017 © Pedro Peláez
 

library 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.

image

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.

  • Thursday, September 28, 2017
  • by Pragmaniac
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-solaredge-api

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

A Laravel package to seamlessly connect to the SolarEdge API. The API provides your application with date from your solar panel network., (*2)

NOTE: This package is still in development and will be subject to change., (*3)

Install

Via Composer, (*4)

``` bash composer require pragmabroadvertising/laravel-solaredge-api, (*5)



## Setup 1. Publish the provider: ``` bash php artisan vendor:publish --provider="PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider" --tag=laravel-solaredge-api ``` 2. Add the service provider in your config/app.php providers array ``` bash 'providers' => [ PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider ]; ``` 3. Add the alias in your config/app.php aliases array ``` bash 'aliases' => [ 'SolarEdge' => PragmaBroadvertising\SolarEdge\Facades\SolarEdge::class ]; ``` ## Usage ``` php $solaredge = new SolarEdge();

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email development@pragma.be instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

28/09 2017

dev-master

9999999-dev https://pragma.be

A Laravel package to seamlessly connect to the SolarEdge API. The API provides your application with date from your solar panel network.

  Sources   Download

MIT

The Requires

 

by Evert Arnould

laravel solar pragma

28/09 2017

0.1.1

0.1.1.0 https://pragma.be

A Laravel package to seamlessly connect to the SolarEdge API. The API provides your application with date from your solar panel network.

  Sources   Download

MIT

The Requires

 

by Evert Arnould

laravel solar pragma