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. [Localization &amp; i18n](/categories/localization)
4. /
5. jacobtread/kni

ActiveLibrary[Localization &amp; i18n](/categories/localization)

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 3w ago

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 31% 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

1984d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33708767?v=4)[Jacob](/maintainers/jacobtread)[@jacobtread](https://github.com/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

[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[symfony/crowdin-translation-provider

Symfony Crowdin Translation Provider Bridge

13558.9k1](/packages/symfony-crowdin-translation-provider)

PHPackages © 2026

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