webstudio-team/php-ckan-manager
PHP 包,用于管理 CKAN 数据集的基本操作。
1.0.1
2021-10-13 12:38 UTC
Requires
- php: >=7.2
- ext-curl: *
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
README
PHP 包,用于管理 CKAN 数据集的基本操作。
用法
在实例化时提供您的 CKAN 基础 URL。
$manager = new CkanManager('https://ckan.your.domain.com')