PHPackages                             stefna/skjalatilkynning-api-client - 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. stefna/skjalatilkynning-api-client

ActiveLibrary

stefna/skjalatilkynning-api-client
==================================

00PHP

Since May 30Pushed 1y ago4 watchersCompare

[ Source](https://github.com/stefna/skjalatilkynning-api-client)[ Packagist](https://packagist.org/packages/stefna/skjalatilkynning-api-client)[ RSS](/packages/stefna-skjalatilkynning-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Skjalatilkynning Api Client
===========================

[](#skjalatilkynning-api-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/32c659a1c2c0f32347f4ea013d9ce90aa15386fb0c960945070438af162cfbc9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737465666e612f736b6a616c6174696c6b796e6e696e672d6170692d636c69656e742e737667)](https://packagist.org/packages/stefna/skjalatilkynning-api-client)[![Software License](https://camo.githubusercontent.com/2d9b36a506ef2f36e70f64a27014750c8d8a75e40f3f72ed8fb88c2f0109fc36/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f737465666e612f736b6a616c6174696c6b796e6e696e672d6170692d636c69656e742e737667)](LICENSE)

Library to communicate with Island.is mailbox ([Pósthólf](https://docs.devland.is/products/postholf/postholf-02-interface-skjalatilkynning))

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

[](#installation)

```
composer require stefna/skjalatilkynning-api-client

```

Usage
-----

[](#usage)

### Setup

[](#setup)

*Remember to install a PSR-7, PSR-17 and PSR-18*

We recommend `nyholm/psr7` and `kriswallsmith/buzz` to fill does interfaces. If does packages are installed the api-client will auto wire the clients and factories.

**Setup for production use**

```
$bearerToken = AuthSecurityValue::bearer('token');
$service = \SkjalatilkynningApiClient\Service::createWithSecurityValues($bearerToken);
```

**Setup for testing use**

```
$bearerToken = AuthSecurityValue::bearer('token');
$config = new SkjalatilkynningApiClient\ServerConfiguration($bearerToken);
$config->selectServer('Development');
$service = SkjalatilkynningApiClient\Service::create($config);
```

**Setup with custom psr implementations**

```
$bearerToken = AuthSecurityValue::bearer('token');
$service = new SkjalatilkynningApiClient\Service(
	new SkjalatilkynningApiClient\ServerConfiguration($bearerToken),
	new GuzzleHttp\Client(),
	new GuzzleHttp\Psr7\HttpFactory(),
);
```

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

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

---

Top Contributors

[![Marrikulus](https://avatars.githubusercontent.com/u/15344566?v=4)](https://github.com/Marrikulus "Marrikulus (6 commits)")[![sunkan](https://avatars.githubusercontent.com/u/568492?v=4)](https://github.com/sunkan "sunkan (6 commits)")

### Embed Badge

![Health badge](/badges/stefna-skjalatilkynning-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/stefna-skjalatilkynning-api-client/health.svg)](https://phpackages.com/packages/stefna-skjalatilkynning-api-client)
```

PHPackages © 2026

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