{"id":19338292,"url":"https://github.com/gbv/jskos-php","last_synced_at":"2025-04-23T01:31:23.880Z","repository":{"id":62509335,"uuid":"50647031","full_name":"gbv/jskos-php","owner":"gbv","description":"JSKOS data model in PHP","archived":true,"fork":false,"pushed_at":"2019-10-11T06:51:07.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-13T01:42:18.183Z","etag":null,"topics":["coli-conc","jskos","library"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/gbv/jskos","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-29T07:45:34.000Z","updated_at":"2024-09-04T07:40:18.000Z","dependencies_parsed_at":"2022-11-02T13:00:42.725Z","dependency_job_id":null,"html_url":"https://github.com/gbv/jskos-php","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbv%2Fjskos-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbv%2Fjskos-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbv%2Fjskos-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbv%2Fjskos-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbv","download_url":"https://codeload.github.com/gbv/jskos-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250352281,"owners_count":21416462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coli-conc","jskos","library"],"created_at":"2024-11-10T03:16:56.941Z","updated_at":"2025-04-23T01:31:23.541Z","avatar_url":"https://github.com/gbv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jskos - JSKOS data model in PHP\n\n[![Latest Version](https://img.shields.io/packagist/v/gbv/jskos.svg?style=flat-square)](https://packagist.org/packages/gbv/jskos)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Build Status](https://img.shields.io/travis/gbv/jskos-php.svg?style=flat-square)](https://travis-ci.org/gbv/jskos-php)\n[![Coverage Status](https://img.shields.io/coveralls/gbv/jskos-php/master.svg?style=flat-square)](https://coveralls.io/r/gbv/jskos-php)\n[![Quality Score](https://img.shields.io/scrutinizer/g/gbv/jskos-php.svg?style=flat-square)](https://scrutinizer-ci.com/g/gbv/jskos-php)\n[![Total Downloads](https://img.shields.io/packagist/dt/gbv/jskos.svg?style=flat-square)](https://packagist.org/packages/gbv/jskos)\n\n\n**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).\n\n# Requirements\n\nJSKOS-PHP requires PHP 7.2. No additional libraries are required.\n\n# Installation\n\n## With composer\n\nInstall the latest version with\n\n~~~bash\ncomposer require gbv/jskos\n~~~\n\nThis 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:\n\n~~~php\nrequire_once __DIR__ . '/vendor/autoload.php';\n\n$concept = new JSKOS\\Concept( [ \"uri\" =\u003e \"http://example.org\" ] );\necho $concept-\u003ejson();\n~~~\n\n# Usage and examples\n\nThe [jskos-php-examples repository](https://github.com/gbv/jskos-php-examples)\ncontains several examples, including wrappers of existing terminology services\n(Wikidata, GND...) to JSKOS-API.\n\nThe examples can be tried online at \u003chttps://jskos-php-examples.herokuapp.com\u003e.\n\n# Contributung\n\nSee `CONTRIBUTUNG.md` for technical details.\n\nBugs and feature request are [tracked on GitHub](https://github.com/gbv/jskos-php/issues).\n\n# Author and License\n\nJakob Voß \u003cjakob.voss@gbv.de\u003e\n\nJSKOS-PHP is licensed under the LGPL license - see `LICENSE.md` for details.\n\n# See also\n\nJSKOS is created as part of project coli-conc: \u003chttps://coli-conc.gbv.de/\u003e.\n\nThe current specification of JSKOS is available at \u003chttp://gbv.github.io/jskos/\u003e.\n\nAdditional PHP packages for JSKOS processing:\n\n* [jskos-http](https://packagist.org/packages/gbv/jskos-http) - JSKOS API server and client\n* [jskos-rdf](https://packagist.org/packages/gbv/jskos-rdf) - JSKOS RDF conversion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbv%2Fjskos-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbv%2Fjskos-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbv%2Fjskos-php/lists"}