PHPackages                             tdm/volleyscores - 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. [API Development](/categories/api)
4. /
5. tdm/volleyscores

ActiveLibrary[API Development](/categories/api)

tdm/volleyscores
================

PHP API wrapper for http://volleyadmin2

v0.3.1(1y ago)3104MITPHPPHP ^8.1

Since Sep 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ThomasDeMarez/volleyscores)[ Packagist](https://packagist.org/packages/tdm/volleyscores)[ RSS](/packages/tdm-volleyscores/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (5)Versions (6)Used By (0)

Volleyscores API wrapper
========================

[](#volleyscores-api-wrapper)

This package aims to simplify data collection from the Volleyadmin2 webservice.

- [Installation](#installation)
- [Usage](#usage)
    - [Endpoints](#endpoints)
- [Disclaimer](#disclaimer)

Installation
------------

[](#installation)

Install this package via [Composer](https://getcomposer.org/).

```
composer require tdm/volleyscores
```

Usage
-----

[](#usage)

Create a new Volleyscores object

```
use TDM\VolleyScores\VolleyScores;

$volleyscores = new VolleyScores;
```

### Endpoints

[](#endpoints)

**Series**

Get al series, this response can be filtered by province and/or club-number

```
$volleyscores->series()->all([
    'province_id' => 5,        // optional
    'stamnummer'  => 'O-1112', // optional
]);
```

If you want series from multiple club-numbers you can provide them as an array. Behind the scenes multiple async request will be made to the api and the response will be a single merged response.

```
$volleyscores->series()->all([
    'province_id' => 5,
    'stamnummer'  => ['O-1112', 'RO-RO0991'],
]);
```

**Calendar**

Get the calendar for a serie within a specific province

```
$volleyscores->calendar()->get([
    'province_id' => 5,      // required
    'reeks'       => 'OHP3', // required
]);
```

**Competition**

Get the main ranking for a serie

```
$volleyscores->competition()->main([
    'province_id' => 5,      // optional
    'reeks'       => 'OHP3', // required
]);
```

Get the reserve ranking if it exists for a serie

```
$volleyscores->competition()->reserve([
    'province_id' => 5,      // optional
    'reeks'       => 'OHP3', // required
]);
```

Disclaimer
----------

[](#disclaimer)

This package is developed for educational purposes. It depends on a very limited and unofficial API that may break or cease to exist at anytime.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~360 days

Total

5

Last Release

626d ago

PHP version history (2 changes)v0.1.0PHP ^7.3

v0.3.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d60a02353e0bb57d3f53201c7404ef3be81d47e954ac67bebca290c6db42e2a?d=identicon)[thomas.demarez](/maintainers/thomas.demarez)

---

Top Contributors

[![ThomasDeMarez](https://avatars.githubusercontent.com/u/10974106?v=4)](https://github.com/ThomasDeMarez "ThomasDeMarez (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tdm-volleyscores/health.svg)

```
[![Health](https://phpackages.com/badges/tdm-volleyscores/health.svg)](https://phpackages.com/packages/tdm-volleyscores)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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