PHPackages                             scoutnet/sn-webservice - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. scoutnet/sn-webservice

ActiveLibrary

scoutnet/sn-webservice
======================

This class is needed to comunicate with the scoutnet.de server.

2.0.1(1y ago)035832GPL-2.0-or-laterPHP

Since Apr 20Pushed 3mo ago6 watchersCompare

[ Source](https://github.com/scoutnet/plugins.sn_webservice)[ Packagist](https://packagist.org/packages/scoutnet/sn-webservice)[ Docs](https://github.com/scoutnet/plugins.sn_webservice)[ RSS](/packages/scoutnet-sn-webservice/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (8)Used By (2)

![Codecov](https://camo.githubusercontent.com/b8a8a9a0e3d69ec9a4a9d2b4fff5b45bc81a51b0e5fc9626f183325809d3b93c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f73636f75746e65742f706c7567696e732e736e5f776562736572766963652e737667)[![Build Status](https://camo.githubusercontent.com/8f64d831490cf9a0185353713457cc767dc609fa1acde26f0c6472389e1bc864/68747470733a2f2f6a656e6b696e732e73636f75746e65742e65752f6275696c645374617475732f69636f6e3f6a6f623d73636f75746e65742f706c7567696e732e736e5f776562736572766963652f6d61696e)](https://jenkins.scoutnet.eu/job/scoutnet/job/plugins.sn_webservice/job/main/)[![Packagist](https://camo.githubusercontent.com/5f03da2a5a26d3795e7794626811793afd75e25cba4d21aeba667cf28c1f5f41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73636f75746e65742f736e2d776562736572766963652e737667)](https://packagist.org/packages/scoutnet/sn-webservice)[![Packagist](https://camo.githubusercontent.com/05706140268dd5237ae5d62b2135fc709e915c53c813fec207ba63688707e27b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73636f75746e65742f736e2d776562736572766963652e7376673f6c6162656c3d7061636b6167697374253230646f776e6c6f616473)](https://packagist.org/packages/scoutnet/sn-webservice)[![Packagist](https://camo.githubusercontent.com/d8e65de20d983cd968eed3925a35a163cb5840540ec0c3338349f519dce64ed7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73636f75746e65742f736e2d776562736572766963652e737667)](https://packagist.org/packages/scoutnet/sn-webservice)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

ScoutNet Api Webservice
=======================

[](#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
-------

[](#install)

```
composer require "scoutnet/sn-webservice:^2.0"
```

Use API
-------

[](#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);
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance62

Regular maintenance activity

Popularity14

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 89.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~438 days

Recently: every ~370 days

Total

7

Last Release

678d ago

Major Versions

1.0.3 → 2.0.02024-06-20

v1.0.x-dev → 2.0.12024-06-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce484db920983749b95bf032f712389ce560cd4a30493cd39048dd6c99c5eb1a?d=identicon)[sHorst](/maintainers/sHorst)

---

Top Contributors

[![sHorst](https://avatars.githubusercontent.com/u/307992?v=4)](https://github.com/sHorst "sHorst (60 commits)")[![tobi1049](https://avatars.githubusercontent.com/u/252145811?v=4)](https://github.com/tobi1049 "tobi1049 (6 commits)")[![Rotzbua](https://avatars.githubusercontent.com/u/7337347?v=4)](https://github.com/Rotzbua "Rotzbua (1 commits)")

---

Tags

ScoutNetPfadfinderScoutNet API

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/scoutnet-sn-webservice/health.svg)

```
[![Health](https://phpackages.com/badges/scoutnet-sn-webservice/health.svg)](https://phpackages.com/packages/scoutnet-sn-webservice)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
