PHPackages                             christophwurst/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. christophwurst/kitinerary-sys

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

christophwurst/kitinerary-sys
=============================

KItinerary binding for the system package

v0.2.2(1y ago)1349.4k↑73.9%3LGPL-3.0-or-laterPHPPHP ^7.1 || ^8.0CI passing

Since May 15Pushed 1y ago2 watchersCompare

[ Source](https://github.com/ChristophWurst/kitinerary-sys)[ Packagist](https://packagist.org/packages/christophwurst/kitinerary-sys)[ RSS](/packages/christophwurst-kitinerary-sys/feed)WikiDiscussions master Synced 3d ago

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

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

[](#kitinerary-sys)

System executable adapter for the [kitinerary extractor package](https://packagist.org/packages/christophwurst/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 christophwurst/kitinerary christophwurst/kitinerary-sys
```

Usage
-----

[](#usage)

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

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

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

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance48

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

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

Recently: every ~463 days

Total

6

Last Release

386d ago

PHP version history (2 changes)v0.0.1PHP ^7.1

v0.2.0PHP ^7.1 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![MCMic](https://avatars.githubusercontent.com/u/106382?v=4)](https://github.com/MCMic "MCMic (5 commits)")[![ChristophWurst](https://avatars.githubusercontent.com/u/1374172?v=4)](https://github.com/ChristophWurst "ChristophWurst (4 commits)")[![kesselb](https://avatars.githubusercontent.com/u/3902676?v=4)](https://github.com/kesselb "kesselb (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/lock

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

514139.2M692](/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.7k53](/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)
