PHPackages                             rlwebdiensten/laravel-informeronline - 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. rlwebdiensten/laravel-informeronline

ActiveLibrary[API Development](/categories/api)

rlwebdiensten/laravel-informeronline
====================================

A simple InformerOnline API client wrapper for Laravel.

0625[2 PRs](https://github.com/RL-Webdiensten/laravel-informeronline/pulls)PHP

Since Jul 6Pushed 2y agoCompare

[ Source](https://github.com/RL-Webdiensten/laravel-informeronline)[ Packagist](https://packagist.org/packages/rlwebdiensten/laravel-informeronline)[ RSS](/packages/rlwebdiensten-laravel-informeronline/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

InformerOnline API client wrapper for Laravel
=============================================

[](#informeronline-api-client-wrapper-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ccc74b3c93368cada25146c188720282b7b81bcf7eb68278b4de79d346d7da33/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726c7765626469656e7374656e2f6c61726176656c2d696e666f726d65726f6e6c696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rlwebdiensten/laravel-informeronline)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a0f9e20bb31ba0e12be5c299133c3de25d222ebecfae2e8d310dfb285c2d2476/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f524c2d5765626469656e7374656e2f6c61726176656c2d696e666f726d65726f6e6c696e652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/RL-Webdiensten/laravel-informeronline/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/db120e7a3d47875cbd9ff7e6e785b9bc7f7fd24e8d6d206ac85996a9d2f09a2e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f524c2d5765626469656e7374656e2f6c61726176656c2d696e666f726d65726f6e6c696e652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/RL-Webdiensten/laravel-informeronline/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/dec197ad4d9b53d5557911425c5616afa405b59b56023c5f75fb6452463a1c6c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726c7765626469656e7374656e2f6c61726176656c2d696e666f726d65726f6e6c696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rlwebdiensten/laravel-informeronline)

A simple InformerOnline API client wrapper for Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require rlwebdiensten/laravel-informeronline
```

Please enter the following ENV variables:

```
INFORMER_API_KEY="somekey"
INFORMER_SECURITY_CODE=0

```

Usage
-----

[](#usage)

Using dependency injection

```
function __construct(\RLWebdiensten\LaravelInformerOnline\InformerOnline $informerOnlineService)
{
    $this->informerOnlineService = $informerOnlineService;

    // e.g.
    $relations = $this->informerOnlineService->getRelations();
}
```

Using the facade

```
function someMethod()
{
    $relations = InformerOnline::getRelations();
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Fabian Dingemans](https://github.com/faab007)
- [Rick Lambrechts](https://github.com/ricklambrechts)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/13e91835c9a2c751dbeabf38185e8f905c06f6d8bcb13f1cb66c3331600bd876?d=identicon)[rlwebdiensten](/maintainers/rlwebdiensten)

---

Top Contributors

[![ricklambrechts](https://avatars.githubusercontent.com/u/1367665?v=4)](https://github.com/ricklambrechts "ricklambrechts (33 commits)")[![faab007nl](https://avatars.githubusercontent.com/u/28200451?v=4)](https://github.com/faab007nl "faab007nl (26 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

### Embed Badge

![Health badge](/badges/rlwebdiensten-laravel-informeronline/health.svg)

```
[![Health](https://phpackages.com/badges/rlwebdiensten-laravel-informeronline/health.svg)](https://phpackages.com/packages/rlwebdiensten-laravel-informeronline)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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