PHPackages                             nextcloud/kitinerary-sys - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nextcloud/kitinerary-sys

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nextcloud/kitinerary-sys
========================

KItinerary binding for the system package

v2.0.0(1y ago)1133.0k↓45%AGPL-3.0-or-laterPHPPHP ^7.4 || ^8.0CI passing

Since Jan 19Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/nextcloud-libraries/kitinerary-sys)[ Packagist](https://packagist.org/packages/nextcloud/kitinerary-sys)[ RSS](/packages/nextcloud-kitinerary-sys/feed)WikiDiscussions main Synced 2d ago

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

kitinerary-sys
==============

[](#kitinerary-sys)

[![REUSE status](https://camo.githubusercontent.com/7bab1f47b96f2dc688e5181f97316a9b14f286edcceb3e8c10adbf0f7a5c153b/68747470733a2f2f6170692e72657573652e736f6674776172652f62616467652f6769746875622e636f6d2f6e657874636c6f75642d6c69627261726965732f6b6974696e65726172792d737973)](https://api.reuse.software/info/github.com/nextcloud-libraries/kitinerary-sys)

System executable adapter for the [kitinerary extractor package](https://packagist.org/packages/nextcloud/kitinerary). This package provides an adapter that invokes the binary installed on the system, e.g. with a Linux distribution's package manager.

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

[](#installation)

```
composer require nextcloud/kitinerary nextcloud/kitinerary-sys
```

Usage
-----

[](#usage)

```
use Nextcloud\KItinerary\ItineraryExtractor;
use Nextcloud\KItinerary\Sys\SysAdapter;
use Nextcloud\KItinerary\Exception\KItineraryRuntimeException;

$adapter = new SysAdapter();
if (!$adapter->isAvailable()) {
    // ...
}
$extractor = new Extractor($adapter);

try {
    $itinerary = $extractor->extractFromString('...');
} catch (KItineraryRuntimeException $e) {
    // ...
}
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance46

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

541d ago

Major Versions

v1.0.1 → v2.0.02025-01-08

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1374172?v=4)[Christoph Wurst](/maintainers/ChristophWurst)[@ChristophWurst](https://github.com/ChristophWurst)

---

Top Contributors

[![ChristophWurst](https://avatars.githubusercontent.com/u/1374172?v=4)](https://github.com/ChristophWurst "ChristophWurst (10 commits)")[![kesselb](https://avatars.githubusercontent.com/u/3902676?v=4)](https://github.com/kesselb "kesselb (5 commits)")[![MCMic](https://avatars.githubusercontent.com/u/106382?v=4)](https://github.com/MCMic "MCMic (4 commits)")[![AndyScherzinger](https://avatars.githubusercontent.com/u/1315170?v=4)](https://github.com/AndyScherzinger "AndyScherzinger (3 commits)")[![nextcloud-bot](https://avatars.githubusercontent.com/u/20296731?v=4)](https://github.com/nextcloud-bot "nextcloud-bot (1 commits)")[![nickvergessen](https://avatars.githubusercontent.com/u/213943?v=4)](https://github.com/nickvergessen "nickvergessen (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nextcloud-kitinerary-sys/health.svg)

```
[![Health](https://phpackages.com/badges/nextcloud-kitinerary-sys/health.svg)](https://phpackages.com/packages/nextcloud-kitinerary-sys)
```

###  Alternatives

[symfony/lock

Creates and manages locks, a mechanism to provide exclusive access to a shared resource

514139.2M691](/packages/symfony-lock)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k52](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[logiscape/mcp-sdk-php

Model Context Protocol SDK for PHP

368116.8k12](/packages/logiscape-mcp-sdk-php)

PHPackages © 2026

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