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

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

christophwurst/kitinerary-flatpak
=================================

KItinerary Flatpak binding

v0.3.2(1y ago)1367.4k↑118.2%4AGPL-3.0-or-laterPHPPHP ^7.1 || ^8.0CI passing

Since Nov 18Pushed 1y ago2 watchersCompare

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

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

kitinerary-flatpak
==================

[](#kitinerary-flatpak)

Flatpak adapter for the [kitinerary extractor package](https://packagist.org/packages/christophwurst/kitinerary). This package provides an adapter that invokes [kitinerary-extractor](https://github.com/KDE/itinerary) via Flatpak.

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

[](#installation)

See [the KDE itinerary wiki for the Flatpak](https://community.kde.org/KDE_PIM/KDE_Itinerary#Plasma_Mobile.2C_Flatpak) installation instructions.

```
composer require christophwurst/kitinerary christophwurst/kitinerary-flatpak
```

Usage
-----

[](#usage)

```
use ChristophWurst\KItinerary\ItineraryExtractor;
use ChristophWurst\KItinerary\Flatpak\FlatpakAdapter;
use ChristophWurst\KItinerary\Exception\KItineraryRuntimeException;

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

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

Installation of kitinerary-extractor flatpak
--------------------------------------------

[](#installation-of-kitinerary-extractor-flatpak)

To install kitinerary-extractor from flatpak, you can use:

```
flatpak remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo
flatpak install kdeapps org.kde.itinerary-extractor

```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance48

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~226 days

Recently: every ~494 days

Total

10

Last Release

387d ago

### 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 (14 commits)")[![MCMic](https://avatars.githubusercontent.com/u/106382?v=4)](https://github.com/MCMic "MCMic (4 commits)")[![kesselb](https://avatars.githubusercontent.com/u/3902676?v=4)](https://github.com/kesselb "kesselb (3 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/lock

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

514139.2M693](/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.2M209](/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)
