PHPackages                             jacobtread/kni - 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. jacobtread/kni

ActiveLibrary

jacobtread/kni
==============

KAMAR Notices Interface - A way to access notices from KAMAR in a bunch of languages (PHP)

1.0.1(5y ago)122PHPPHP &gt;=7.4

Since Jan 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jacobtread/KNI-PHP)[ Packagist](https://packagist.org/packages/jacobtread/kni)[ RSS](/packages/jacobtread-kni/feed)WikiDiscussions main Synced yesterday

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

KAMAR Notices Interface
=======================

[](#kamar-notices-interface)

PHP Edition

KNI (KAMAR Notices Interface) is a project designed to bring a way of accessing notices from the [KAMAR](https://kamar.nz) portal software. KNIs goal is to produce usable libraries in as many languages as possible

KNI is available on Composer:

```
$ composer install jacobtread/kni
```

### Retrieving Notices

[](#retrieving-notices)

```
require 'vendor/autoload.php';

use Jacobtread\KNI\KNI;

$kni = new KNI('demo.school.kiwi');
$notices = $kni->retrieve();
if ($notices->isSuccess()) {
    $values = $notices->getNotices();
    // TODO: Add your notice handling
} else {
    echo $notices->getErrorMessage();
}
```

Specifying a custom date

```
$notices = $kni->retrieve('01/01/2020');
```

Getting only meetings

```
$values = $notices->getMeetings();
```

Filter notices

```
$values = $notices->getNotices(function ($notice) {
    if (% YOUR CONDITION %) {
        return true;
    }
    return false;
})
```

By Jacobtread

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

2

Last Release

1930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1598491ea7e7b8ea0145e4d8df639ab28ecb8965cb0de60cfb1184c10daceaad?d=identicon)[jacobtread](/maintainers/jacobtread)

---

Tags

composerpackagemy package

### Embed Badge

![Health badge](/badges/jacobtread-kni/health.svg)

```
[![Health](https://phpackages.com/badges/jacobtread-kni/health.svg)](https://phpackages.com/packages/jacobtread-kni)
```

###  Alternatives

[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k289.5M62](/packages/jean85-pretty-package-versions)[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)[codedungeon/phpunit-result-printer

PHPUnit Pretty Result Printer

1.2k8.8M397](/packages/codedungeon-phpunit-result-printer)[fxp/composer-asset-plugin

NPM/Bower Dependency Manager for Composer

8894.8M40](/packages/fxp-composer-asset-plugin)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)[consolidation/cgr

Safer alternative to 'composer global require'.

453213.9k](/packages/consolidation-cgr)

PHPackages © 2026

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