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

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

nextcloud/kitinerary
====================

KItinerary adapter

v1.0.0(2y ago)0138.0k↓34.4%3AGPL-3.0-or-laterPHP

Since Dec 7Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (3)

kitinerary
==========

[](#kitinerary)

[![REUSE status](https://camo.githubusercontent.com/93ec9f5171a5ced8c3f0baa5c4c0fe14f7ca4a94c190a9f92c555019f3e3ad25/68747470733a2f2f6170692e72657573652e736f6674776172652f62616467652f6769746875622e636f6d2f6e657874636c6f75642d6c69627261726965732f6b6974696e6572617279)](https://api.reuse.software/info/github.com/nextcloud-libraries/kitinerary)

[KDE itinerary extractor](https://github.com/KDE/itinerary) for php. This package does not provide the bindings to the C++ applications. Use the [binary adapter](https://packagist.org/packages/christophwurst/kitinerary-bin) and [Flatpak adapter](https://packagist.org/packages/christophwurst/kitinerary-flatpak) in combination with this package.

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

[](#installation)

```
composer require nextcloud/kitinerary
```

Usage
-----

[](#usage)

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

$extractor = new ItineraryExtractor(/* adapter instance */);

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

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

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

985d 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)")[![AndyScherzinger](https://avatars.githubusercontent.com/u/1315170?v=4)](https://github.com/AndyScherzinger "AndyScherzinger (5 commits)")[![kesselb](https://avatars.githubusercontent.com/u/3902676?v=4)](https://github.com/kesselb "kesselb (2 commits)")[![MCMic](https://avatars.githubusercontent.com/u/106382?v=4)](https://github.com/MCMic "MCMic (2 commits)")[![JohannesGGE](https://avatars.githubusercontent.com/u/74607597?v=4)](https://github.com/JohannesGGE "JohannesGGE (1 commits)")[![hamza221](https://avatars.githubusercontent.com/u/40746210?v=4)](https://github.com/hamza221 "hamza221 (1 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/health.svg)

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

###  Alternatives

[doctrine/deprecations

A small layer on top of trigger\_error(E\_USER\_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.

1.9k526.1M54](/packages/doctrine-deprecations)[farhanwazir/laravelgooglemaps

Laravel Google Map package for 5.x. You can use all google map features in laravel.

15242.1k2](/packages/farhanwazir-laravelgooglemaps)[akrabat/akrabat-session

A Zend Framework 2 module for configuring sessions

134.6k](/packages/akrabat-akrabat-session)

PHPackages © 2026

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