Download the PHP package it-brains/laravel-aurora-solar without Composer
On this page you can find all versions of the php package it-brains/laravel-aurora-solar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download it-brains/laravel-aurora-solar
More information about it-brains/laravel-aurora-solar
Files in it-brains/laravel-aurora-solar
Package laravel-aurora-solar
Short Description Package for 3rd party API integration with Aurora Solar provider
License MIT
Informations about the package laravel-aurora-solar
Laravel Aurora Solar Client
A Laravel wrapper for the Aurora Solar API.
This package simplifies integration with Aurora Solar's API, enabling full-featured interaction including managing solar projects, design requests, and more.
API Documentation
- Aurora API (Current)
- Aurora API v2 (Legacy: 2018.01)
Installation
Install the package via Composer:
Set the required environment variables in your .env
file:
To confirm that everything is working correctly, try retrieving tenant details:
Usage Example
Create a project and a design request with auto-accept and SLA settings:
Local Development with Dummy Client
For local development and testing, you can use the built-in Dummy driver, which generates predefined DXF, assets, and other mock data.
Set the driver in your .env
:
There are four predefined fixtures used in random order. To force the use of a specific fixture:
All versions of laravel-aurora-solar with dependencies
illuminate/http Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.38|^9.0|^10.0|^11.0|^12.0