PHPackages                             jeroendesloovere/volleyadmin2-php-api - 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. jeroendesloovere/volleyadmin2-php-api

ActiveLibrary[API Development](/categories/api)

jeroendesloovere/volleyadmin2-php-api
=====================================

This VolleyAdmin2 class can get the volleybal matches/calendar in Belgium for the KWVBV.

1.1.2(8y ago)4481MITPHPPHP &gt;=5.4.0

Since Oct 9Pushed 8y ago3 watchersCompare

[ Source](https://github.com/jeroendesloovere/volleyadmin2-php-api)[ Packagist](https://packagist.org/packages/jeroendesloovere/volleyadmin2-php-api)[ Docs](https://github.com/jeroendesloovere/volleyadmin2-php-api)[ RSS](/packages/jeroendesloovere-volleyadmin2-php-api/feed)WikiDiscussions master Synced 6d ago

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

VolleyAdmin2 PHP API
====================

[](#volleyadmin2-php-api)

[![Latest Stable Version](https://camo.githubusercontent.com/a4e3c13f90bbdcc6d41fb162c2a69f8626d1a691190887f00da0991c1c4cab25/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a65726f656e6465736c6f6f766572652f766f6c6c657961646d696e322d7068702d6170692e737667)](https://packagist.org/packages/jeroendesloovere/volleyadmin2-php-api)[![License](https://camo.githubusercontent.com/5a911ddcd16b9110e7821386ffd8d637005a8b856c14a3c0861b955e91da4eba/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6c69676874677265792e737667)](https://github.com/jeroendesloovere/volleyadmin2-php-api/blob/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/a195ee9133bf268a099907b3987c77f6edb8e1384a221fd927b9b52f6862ece2/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6a65726f656e6465736c6f6f766572652f766f6c6c657961646d696e322d7068702d6170692e737667)](https://travis-ci.org/jeroendesloovere/volleyadmin2-php-api)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9779c7d68f7a038f90d0f186080b3ac6e431b4eca351ebbcc7631d2453d9ee3e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a65726f656e6465736c6f6f766572652f766f6c6c657961646d696e322d7068702d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jeroendesloovere/volleyadmin2-php-api/?branch=master)

> This PHP class can get the volleybal matches/calendar from the `VolleyAdmin2` API.

Usage
-----

[](#usage)

### Installation

[](#installation)

```
composer require jeroendesloovere/volleyadmin2-php-api

```

> This will install the latest version of this library using [Composer](https://getcomposer.org).

### Example

[](#example)

```
use JeroenDesloovere\VolleyAdmin2\VolleyAdmin2;

// Fill in these custom variables
$clubNumber = 'W-1132';
$provinceId = 9;
$seriesId = '2 PDA'; // Tweede provinciale dames A

$api = new VolleyAdmin2();

$matches = $api->getMatches(
    $seriesId,
    $provinceId,
    $clubNumber
);

$series = $api->getSeries($provinceId);

$standings = $api->getStandings(
    $seriesId,
    $provinceId
);
```

> [View all examples](/examples/) or check [the VolleyAdmin2 class](/src/).

### Tests

[](#tests)

You can execute the tests using:

```
vendor/bin/phpunit tests
```

### Coding Syntax

[](#coding-syntax)

We use [squizlabs/php\_codesniffer](https://packagist.org/packages/squizlabs/php_codesniffer) to maintain the code standards. Type the following to execute them:

```
# To view the code errors
vendor/bin/phpcs --standard=psr2 --extensions=php --warning-severity=0 --report=full "src"

# OR to fix the code errors
vendor/bin/phpcbf --standard=psr2 --extensions=php --warning-severity=0 --report=full "src"
```

> [Read documentation about the code standards](https://github.com/squizlabs/PHP_CodeSniffer/wiki)

Documentation
-------------

[](#documentation)

The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc.

Contributing
------------

[](#contributing)

Contributions are **welcome** and will be fully **credited**.

### Pull Requests

[](#pull-requests)

> To add or update code

- **Coding Syntax** - Please keep the code syntax consistent with the rest of the package.
- **Add unit tests!** - Your patch won't be accepted if it doesn't have tests.
- **Document any change in behavior** - Make sure the README and any other relevant documentation are kept up-to-date.
- **Consider our release cycle** - We try to follow [semver](http://semver.org/). Randomly breaking public APIs is not an option.
- **Create topic branches** - Don't ask us to pull from your master branch.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

### Issues

[](#issues)

> For bug reporting or code discussions.

More info on how to work with GitHub on help.github.com.

Credits
-------

[](#credits)

- [Jeroen Desloovere](https://github.com/jeroendesloovere)
- [All Contributors](https://github.com/jeroendesloovere/volleyadmin2-php-api/contributors)

License
-------

[](#license)

The module is licensed under [MIT](./LICENSE.md). In short, this license allows you to do everything as long as the copyright statement stays present.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~146 days

Total

5

Last Release

3012d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/588616?v=4)[Jeroen Desloovere](/maintainers/jeroendesloovere)[@jeroendesloovere](https://github.com/jeroendesloovere)

---

Top Contributors

[![jeroendesloovere](https://avatars.githubusercontent.com/u/588616?v=4)](https://github.com/jeroendesloovere "jeroendesloovere (24 commits)")

---

Tags

phpvolleyadmin2volleyadmin2-php-apivolleybalvolleybal-calendervolleybal-matchesphpapiBelgiumvolleybalkwvbv

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jeroendesloovere-volleyadmin2-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/jeroendesloovere-volleyadmin2-php-api/health.svg)](https://phpackages.com/packages/jeroendesloovere-volleyadmin2-php-api)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

138114.7k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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