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

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

nextcloud/kitinerary-flatpak
============================

KItinerary Flatpak binding

v1.0.0(2y ago)0132.9k↓44.6%1AGPL-3.0-or-laterPHPPHP ^7.4 || ^8.0CI passing

Since Jan 19Pushed 11mo ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

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

[](#kitinerary-flatpak)

[![REUSE status](https://camo.githubusercontent.com/5a48f1f432e394ff5de953f7180606d6363f9c4890ba9220a575bccace1ae210/68747470733a2f2f6170692e72657573652e736f6674776172652f62616467652f6769746875622e636f6d2f6e657874636c6f75642d6c69627261726965732f6b6974696e65726172792d666c617470616b)](https://api.reuse.software/info/github.com/nextcloud-libraries/kitinerary-flatpak)

Flatpak adapter for the [kitinerary extractor package](https://packagist.org/packages/nextcloud/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 nextcloud/kitinerary nextcloud/kitinerary-flatpak
```

Usage
-----

[](#usage)

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

$adapter = new FlatpakAdapter();
if (!$adapter->isAvailable()) {
    // ...
}
$extractor = new ItineraryExtractor($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 kitinerary --from https://cdn.kde.org/flatpak/kitinerary-extractor-nightly/kitinerary-extractor-nightly.flatpakrepo
flatpak install kitinerary org.kde.kitinerary-extractor

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

898d 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 (16 commits)")[![kesselb](https://avatars.githubusercontent.com/u/3902676?v=4)](https://github.com/kesselb "kesselb (6 commits)")[![AndyScherzinger](https://avatars.githubusercontent.com/u/1315170?v=4)](https://github.com/AndyScherzinger "AndyScherzinger (4 commits)")[![MCMic](https://avatars.githubusercontent.com/u/106382?v=4)](https://github.com/MCMic "MCMic (3 commits)")[![CarlSchwan](https://avatars.githubusercontent.com/u/23653902?v=4)](https://github.com/CarlSchwan "CarlSchwan (2 commits)")[![nextcloud-bot](https://avatars.githubusercontent.com/u/20296731?v=4)](https://github.com/nextcloud-bot "nextcloud-bot (1 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/nextcloud-kitinerary-flatpak/health.svg)](https://phpackages.com/packages/nextcloud-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)
