2017 © Pedro Peláez
 

library edutermclient

PHP client for interfacing with Eduterm.

image

kennisnet/edutermclient

PHP client for interfacing with Eduterm.

  • Thursday, July 26, 2018
  • by kennisnet
  • Repository
  • 4 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

phpEdutermClient

PHP client for interfacing with Eduterm., (*1)

usage

Initiate the client with a valid api key, and request with a queryname and optional arguments. The response table will allow you to iterate the response rows., (*2)

$eduterm = new EdutermClient("994afb90-2481-4581-a6dd-a02c0de0a9f8");

$eduterm->request("VakLeergebieden", array("onderwijsniveau"=> "bk:512e4729-03a4-43a2-95ba-758071d1b725"));

foreach( $eduterm->response_table as $row ) { 
    echo $row["vakLabel"]."\n";
}

The raw data is also available as well as the json data array (if the response was formatted in json): * $eduterm->response_data * $eduterm->response_json, (*3)

eduterm

Assuming you do not know anything about Eduterm, you can find some (Dutch) documentation on the developer wiki. Specifically useful might be the ListQueries operation which provides an overview to the queries to which an API-key has access, but also which arguments are required for each query., (*4)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/kennisnet/phpEdutermClient

PHP client for interfacing with Eduterm.

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

26/07 2018

1.1.0

1.1.0.0 https://github.com/kennisnet/phpEdutermClient

PHP client for interfacing with Eduterm.

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

20/03 2018

1.0.0

1.0.0.0 https://github.com/kennisnet/phpEdutermClient

PHP client for interfacing with Eduterm.

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

15/02 2018

dev-unittests

dev-unittests https://github.com/kennisnet/phpEdutermClient

PHP client for interfacing with Eduterm.

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires