Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.34 KB

This repository contains sample applications that make use of the jskos PHP library to process knowledge organization systems (KOS) in JSKOS format. In particular there is a set of wrappers to access different KOS via a uniform API. The uniform API is specified as Entity Lookup Microservice API (ELMA) for simple access and will be extended to JSKOS-API for more complex queries.

Build Status Coverage Status

Try out

The examples can be tried online at https://jskos-php-examples.herokuapp.com.

Local usage

Wrappers are based jskos PHP library. First install dependencies with composer:

$ composer install

You can directly serve wrappers via PHP for testing (don't use for production!):

$ php -S localhost:8080 -t src

And accesed via http://localhost:8080. You can also start the server with

$ make run

Installation

Copy directory vendors and src to a webserver with PHP enabled.