PHPackages                             gbv/jskos - 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. gbv/jskos

AbandonedArchivedLibrary

gbv/jskos
=========

JSKOS data model in PHP

0.4.0(6y ago)44913LGPLPHPPHP &gt;=7.2

Since Feb 1Pushed 6y ago7 watchersCompare

[ Source](https://github.com/gbv/jskos-php)[ Packagist](https://packagist.org/packages/gbv/jskos)[ RSS](/packages/gbv-jskos/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (31)Used By (3)

jskos - JSKOS data model in PHP
===============================

[](#jskos---jskos-data-model-in-php)

[![Latest Version](https://camo.githubusercontent.com/d29f544bdbd0baaa7c8b0b17221fffbe140a3b9c0245be943bdf20c760ef3350/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6762762f6a736b6f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gbv/jskos)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/86af9efbcbccc723c55c36cbbd345242d1c8789ea2b672859e00fe718a65dbef/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6762762f6a736b6f732d7068702e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/gbv/jskos-php)[![Coverage Status](https://camo.githubusercontent.com/38e41ca7cd82b65383be18a3e18434804642747fdfb3892e2d38956b2311489a/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6762762f6a736b6f732d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/gbv/jskos-php)[![Quality Score](https://camo.githubusercontent.com/8d99a3d4a315d738f07d8b57442e96c5b9a8008e05d0f851cb55655573eebeb8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6762762f6a736b6f732d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/gbv/jskos-php)[![Total Downloads](https://camo.githubusercontent.com/f54354f09155052d35a37bf23a813ff680e7728de54127fd0b95eb8b43635d5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6762762f6a736b6f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gbv/jskos)

**jskos** is a PHP library for easy processing of knowledge organization systems (KOS) as classifications, thesauri, and authority files given in [JSKOS data format](http://gbv.github.io/jskos/). JSKOS is a JSON format based on [Simple Knowledge Organisation System (SKOS)](http://www.w3.org/TR/skos-reference).

Requirements
============

[](#requirements)

JSKOS-PHP requires PHP 7.2. No additional libraries are required.

Installation
============

[](#installation)

With composer
-------------

[](#with-composer)

Install the latest version with

```
composer require gbv/jskos
```

This will automatically create `composer.json` for your project (unless it already exists) and add jskos as dependency. Composer also generates `vendor/autoload.php` to get autoloading of all dependencies:

```
require_once __DIR__ . '/vendor/autoload.php';

$concept = new JSKOS\Concept( [ "uri" => "http://example.org" ] );
echo $concept->json();
```

Usage and examples
==================

[](#usage-and-examples)

The [jskos-php-examples repository](https://github.com/gbv/jskos-php-examples)contains several examples, including wrappers of existing terminology services (Wikidata, GND...) to JSKOS-API.

The examples can be tried online at .

Contributung
============

[](#contributung)

See `CONTRIBUTUNG.md` for technical details.

Bugs and feature request are [tracked on GitHub](https://github.com/gbv/jskos-php/issues).

Author and License
==================

[](#author-and-license)

Jakob Voß

JSKOS-PHP is licensed under the LGPL license - see `LICENSE.md` for details.

See also
========

[](#see-also)

JSKOS is created as part of project coli-conc: .

The current specification of JSKOS is available at .

Additional PHP packages for JSKOS processing:

- [jskos-http](https://packagist.org/packages/gbv/jskos-http) - JSKOS API server and client
- [jskos-rdf](https://packagist.org/packages/gbv/jskos-rdf) - JSKOS RDF conversion

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~48 days

Recently: every ~194 days

Total

29

Last Release

2404d ago

PHP version history (3 changes)0.0.1PHP &gt;=5.6

0.2.0PHP &gt;=7.0

0.4.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2a9725ee91210e1e5eab44e4f734b678a0650a03116aee170be7b49edcbb2e4?d=identicon)[gbv](/maintainers/gbv)

---

Top Contributors

[![nichtich](https://avatars.githubusercontent.com/u/299856?v=4)](https://github.com/nichtich "nichtich (94 commits)")

---

Tags

coli-concjskoslibraryJSKOSSKOScoli-conc

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/gbv-jskos/health.svg)

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

PHPackages © 2026

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