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

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

christophwurst/kitinerary-bin
=============================

KItinerary binary executable

v0.4.1(2y ago)2367.5k↑107.2%5LGPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Nov 18Pushed 2y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (19)Used By (0)

kitinerary-bin
==============

[](#kitinerary-bin)

Binary executable adapter for the [kitinerary extractor package](https://packagist.org/packages/christophwurst/kitinerary). This package provides an adapter that invokes a shipped [kitinerary-extractor](https://github.com/KDE/itinerary) executable on x86\_64 Linux systems.

The statically linked binary is created [from source](https://invent.kde.org/vkrause/kitinerary-static-build).

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

[](#installation)

```
composer require christophwurst/kitinerary christophwurst/kitinerary-bin
```

Usage
-----

[](#usage)

```
use ChristophWurst\KItinerary\ItineraryExtractor;
use ChristophWurst\KItinerary\Bin\BinaryAdapter;
use ChristophWurst\KItinerary\Exception\KItineraryRuntimeException;

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

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

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~89 days

Recently: every ~73 days

Total

16

Last Release

1075d ago

PHP version history (3 changes)0.1.4PHP ^7.1

v0.3.0PHP ^7.1 || ^8.0

v0.4.0PHP ^7.4 || ^8.0

### 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 (31 commits)")[![kesselb](https://avatars.githubusercontent.com/u/3902676?v=4)](https://github.com/kesselb "kesselb (4 commits)")[![arnebr](https://avatars.githubusercontent.com/u/1068416?v=4)](https://github.com/arnebr "arnebr (2 commits)")[![MCMic](https://avatars.githubusercontent.com/u/106382?v=4)](https://github.com/MCMic "MCMic (2 commits)")[![CarlSchwan](https://avatars.githubusercontent.com/u/23653902?v=4)](https://github.com/CarlSchwan "CarlSchwan (1 commits)")

### Embed Badge

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

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

###  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)
