PHPackages                             octomated/laravel-vcom-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. octomated/laravel-vcom-api

ActiveLibrary[API Development](/categories/api)

octomated/laravel-vcom-api
==========================

Easily access meteocontrol's VCOM-API in your Laravel 12+ projects with this package provided by OCTOMATED.

0.3.0(1y ago)113[4 PRs](https://github.com/octomated/laravel-vcom-api/pulls)MITPHPPHP ^8.2CI passing

Since Feb 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/octomated/laravel-vcom-api)[ Packagist](https://packagist.org/packages/octomated/laravel-vcom-api)[ Docs](https://github.com/octomated/laravel-vcom-api)[ GitHub Sponsors](https://github.com/octomated)[ RSS](/packages/octomated-laravel-vcom-api/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (14)Versions (10)Used By (0)

Easily access meteocontrol's VCOM-API in your laravel projects
==============================================================

[](#easily-access-meteocontrols-vcom-api-in-your-laravel-projects)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b6408e8aedabc84a48b4f3c28435ca3f6fdc55c83aa832168c57cf60c73cf4a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f63746f6d617465642f6c61726176656c2d76636f6d2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/octomated/laravel-vcom-api)[![GitHub Tests Action Status](https://camo.githubusercontent.com/69f7a3130927cca91b5214d5893ea26fc14a51ae5eb03aafa0111d9165a1f1ce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f63746f6d617465642f6c61726176656c2d76636f6d2d6170692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/octomated/laravel-vcom-api/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f437cc6fec8e15b1aeb27b06aac8b2a67652f14cae04c98477bcfebbb54e4be3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f63746f6d617465642f6c61726176656c2d76636f6d2d6170692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/octomated/laravel-vcom-api/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/92b56851eb4c87d5e709e1b341b832907252603f3ba54b24b571d971115f900b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f63746f6d617465642f6c61726176656c2d76636f6d2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/octomated/laravel-vcom-api)

This is a laravel package making your meteocontrol data accessible with minimal configuration.

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

[](#installation)

You can install the package via composer:

```
composer require octomated/laravel-vcom-api
```

You can optionally publish the config file with:

```
php artisan vendor:publish --tag="vcom-api-config"
```

The contents of the published config file:

```
return [
    'url' => env('MC_VCOM_API_URL', 'https://api.meteocontrol.de'),
    'username' => env('MC_VCOM_API_USERNAME'),
    'password' => env('MC_VCOM_API_PASSWORD'),
    'api_key' => env('MC_VCOM_API_KEY'),
    'auth_mode' => env('MC_VCOM_API_AUTH_MODE', 'oauth'),
];
```

Install this package, set your username, password and api key in your environment file, and you're good to go.

```
MC_VCOM_API_USERNAME=
MC_VCOM_API_PASSWORD=
MC_VCOM_API_KEY=
```

Usage
-----

[](#usage)

```
// let the dependency injection take care of resolving and configuring your VCOM-API client
// __construct(VcomApi $vcomApi)
// or make use of the facade for quick access
dump(VcomApi::systems()->get());
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [octomated](https://github.com/octomated)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance68

Regular maintenance activity

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~222 days

Total

3

Last Release

421d ago

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![philuxx](https://avatars.githubusercontent.com/u/7213745?v=4)](https://github.com/philuxx "philuxx (7 commits)")[![bambamboole](https://avatars.githubusercontent.com/u/8823695?v=4)](https://github.com/bambamboole "bambamboole (2 commits)")

---

Tags

laravelmeteocontrolPVoctomatedvcom-apilaravel-vcom-apiphotovoltaicsrenewables

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/octomated-laravel-vcom-api/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M200](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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