PHPackages                             it-brains/laravel-aurora-solar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. it-brains/laravel-aurora-solar

ActiveLibrary[API Development](/categories/api)

it-brains/laravel-aurora-solar
==============================

Package for 3rd party API integration with Aurora Solar provider

1.0.0(1y ago)11MITHTMLPHP &gt;=8.1

Since Apr 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/it-brains/laravel-aurora-solar)[ Packagist](https://packagist.org/packages/it-brains/laravel-aurora-solar)[ RSS](/packages/it-brains-laravel-aurora-solar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Laravel Aurora Solar Client
===========================

[](#laravel-aurora-solar-client)

A Laravel wrapper for the [Aurora Solar](https://www.aurorasolar.com/) API.

This package simplifies integration with Aurora Solar's API, enabling full-featured interaction including managing solar projects, design requests, and more.

API Documentation
-----------------

[](#api-documentation)

- [Aurora API (Current)](https://docs.aurorasolar.com/reference/overview)
- [Aurora API v2 (Legacy: 2018.01)](./Aurora-API-Doc-V2-Advanced.html)

---

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require it-brains/laravel-aurora-solar:^1.0
```

Set the required environment variables in your `.env` file:

```
AURORA_TENANT_ID=
AURORA_BEARER=
```

To confirm that everything is working correctly, try retrieving tenant details:

```
Aurora::getTenantDetails();
```

---

Usage Example
-------------

[](#usage-example)

Create a project and a design request with auto-accept and SLA settings:

```
use Aurora\Facades\Aurora;
use Aurora\Models\Project;
use Aurora\Enums\ProjectTypeEnum;

$auroraProject = Aurora::createProject(
    Project::init()
        ->setName('The best project ever')
        ->setCustomerName('John', 'Doe')
        ->setLocation(
            '4123 Aquastone Court, Bakersfield, CA, USA, 93313',
            35.2673641,
            -119.0491066
        )
        ->setProjectType(ProjectTypeEnum::RESIDENTIAL)
        ->setExternalProviderId('Our internal unique project ID')
);

$designRequest = Aurora::createDesignRequest([
    'project_id' => $auroraProject['id'],
    'auto_accept' => true,
    'sla' => 30,
]);

$designRequestId = $designRequest['id'];
```

---

Local Development with Dummy Client
-----------------------------------

[](#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`:

```
AURORA_DRIVER=dummy
```

There are four predefined fixtures used in random order. To force the use of a specific fixture:

```
AURORA_FIXTURE=2
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance48

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc55b39567d76f515ef20678eaa99148a34a8b66214db80dfff71c8f11c2239a?d=identicon)[dragg](/maintainers/dragg)

---

Top Contributors

[![dragg](https://avatars.githubusercontent.com/u/3448384?v=4)](https://github.com/dragg "dragg (1 commits)")

---

Tags

laravelaurora solar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/it-brains-laravel-aurora-solar/health.svg)

```
[![Health](https://phpackages.com/badges/it-brains-laravel-aurora-solar/health.svg)](https://phpackages.com/packages/it-brains-laravel-aurora-solar)
```

###  Alternatives

[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[joggapp/laravel-aws-sns

Laravel package for the SNS events by AWS

3171.8k](/packages/joggapp-laravel-aws-sns)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[dragon-code/laravel-json-response

Automatically always return a response in JSON format

1118.6k1](/packages/dragon-code-laravel-json-response)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
