scoutnet/sn-webservice
Composer 安装命令:
composer require scoutnet/sn-webservice
包简介
This class is needed to comunicate with the scoutnet.de server.
README 文档
README
ScoutNet Api Webservice
With this lib you can read and write ScoutNet Kalender Events and read ScoutNet Index Elements. It is used by different Plugins for Typo3, Joomla, Wordpress and MediaWiki.
Install
composer require "scoutnet/sn-webservice:^2.0"
Use API
ReadApi:
// load Autoloader from composer require_once('vendor/autoload.php'); // reading Elements from the API with this code: $scoutNetApi = new \ScoutNet\Api\ScoutnetApi(); $events = $scoutNetApi->get_events_for_global_id_with_filter(4, ['limit' => 3]); print_r($events);
统计信息
- 总下载量: 358
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2017-04-04