itk-dev/php-ckan-api-client

PHP client for CKAN API (https://docs.ckan.org/en/2.8/api/)

dev-master 2019-10-31 09:56 UTC

This package is auto-updated.

Last update: 2024-03-29 04:05:15 UTC


README

A simple PHP wrapper for the CKAN API.

Installation

composer require itk-dev/php-ckan-api-client:dev-master

Usage

use ItkDev\CKAN\API\Client\Client for the core API and use ItkDev\CKAN\API\Client\DataStore\DataStoreClient for the DateStore API (including the core API).