PHPackages                             mapo-89/laravel-heizreport-api - 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. mapo-89/laravel-heizreport-api

ActiveLibrary[API Development](/categories/api)

mapo-89/laravel-heizreport-api
==============================

A Heizreport API client for Laravel.

v0.2.0-beta(1y ago)012MITPHPPHP ^7.4|^8.0

Since Mar 17Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/mapo-89/laravel-heizreport-api)[ Packagist](https://packagist.org/packages/mapo-89/laravel-heizreport-api)[ Docs](https://github.com/mapo-89/laravel-heizreport-api)[ RSS](/packages/mapo-89-laravel-heizreport-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

🚀 Laravel Heizreport API
========================

[](#-laravel-heizreport-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bc9fcd9153cd9aed1c79bf9f214ce33b657006fda5e2d44a34bc548a1a746b99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61706f2d38392f6c61726176656c2d6865697a7265706f72742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mapo-89/laravel-heizreport-api)[![Total Downloads](https://camo.githubusercontent.com/aabfac1ddeb88a51ef8480bb48619f579ab68713edbdbe2c9379c56f86d05db1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61706f2d38392f6c61726176656c2d6865697a7265706f72742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mapo-89/laravel-heizreport-api)[![GitHub Actions](https://github.com/mapo-89/laravel-heizreport-api/actions/workflows/main.yml/badge.svg)](https://github.com/mapo-89/laravel-heizreport-api/actions/workflows/main.yml/badge.svg)

A simple Laravel integration for the [Heizreport API](https://heizreport.com/hilfethemen/schnittstellen). This package provides a clean interface to interact with the API.

📖 This README is also available in [🇩🇪 German](README.de.md).

---

📦 Installation
--------------

[](#-installation)

Install the package via Composer:

```
composer require mapo-89/laravel-heizreport-api
```

Add your API token to your `.env` file:

```
HEIZREPORT_API_TOKEN=your-token-here
```

Alternatively, you can load the token dynamically (e.g., from a database). In your `AppServiceProvider` inside the `boot()` method:

```
use Illuminate\Support\Facades\Config;
use App\Models\Integration;

public function boot()
{
    Config::set('heizreport-api.api_token', Integration::getApiToken('Heizreport'));
}
```

Optionally, you can publish the config file:

```
php artisan vendor:publish --provider="Mapo89\LaravelHeizreportApi\HeizreportApiServiceProvider" --tag="config"
```

---

⚙️ Usage
--------

[](#️-usage)

```
use Mapo89\LaravelHeizreportApi\Facades\HeizreportApi;

// Example: Fetch all projects
$data = HeizreportApi::make()->projects()->all(); // customize this based on your needs
```

> 📚 Full API documentation available at: [heizreport.com](https://heizreport.com/hilfethemen/schnittstellen)

---

✅ Testing
---------

[](#-testing)

```
composer test
```

---

📒 Changelog
-----------

[](#-changelog)

Please see [CHANGELOG](CHANGELOG.md) for recent changes.

---

🤝 Contributing
--------------

[](#-contributing)

Contributions are welcome! Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

---

🔐 Security
----------

[](#-security)

If you discover any security issues, please do **not** use the issue tracker. Instead, email us directly at .

---

👥 Credits
---------

[](#-credits)

- [Manuel Postler](https://github.com/mapo-89)
- [All Contributors](../../contributors)

---

📄 License
---------

[](#-license)

The MIT License (MIT). Please see the [License File](LICENSE.md) for more information.

---

🛠️ Laravel Package Boilerplate
------------------------------

[](#️-laravel-package-boilerplate)

Generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance50

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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

Every ~3 days

Total

2

Last Release

417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ebd5bd16b28366468c5f9cdafe5350f343eaa054995d00f4b4640c5c27767b?d=identicon)[mapo-89](/maintainers/mapo-89)

---

Top Contributors

[![mapo-89](https://avatars.githubusercontent.com/u/118180259?v=4)](https://github.com/mapo-89 "mapo-89 (7 commits)")

---

Tags

apiheizreportlaravellaravel-packagephpphpapilaravelheizreportheizlast

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mapo-89-laravel-heizreport-api/health.svg)

```
[![Health](https://phpackages.com/badges/mapo-89-laravel-heizreport-api/health.svg)](https://phpackages.com/packages/mapo-89-laravel-heizreport-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)[shipu/php-aamarpay-payment

PHP client for Aamarpay Payment Gateway API

3214.6k](/packages/shipu-php-aamarpay-payment)

PHPackages © 2026

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