PHPackages                             noaber/laravel-sportlink-clubdataservice - 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. noaber/laravel-sportlink-clubdataservice

ActiveLibrary[API Development](/categories/api)

noaber/laravel-sportlink-clubdataservice
========================================

Wrapper for the KNVB Club.Data API.

v1.0.2(1mo ago)0116↓90%MITPHPPHP ^8.2

Since Mar 18Pushed 1mo agoCompare

[ Source](https://github.com/Noaber/laravel-sportlink-dataservices)[ Packagist](https://packagist.org/packages/noaber/laravel-sportlink-clubdataservice)[ RSS](/packages/noaber-laravel-sportlink-clubdataservice/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

KNVB Club Data Service
======================

[](#knvb-club-data-service)

A Laravel wrapper for the KNVB / Sportlink Club.Data API.

Overview
--------

[](#overview)

This package provides a small set of Laravel-friendly services for working with Club.Data endpoints, including:

- team data
- match data
- ranking and poule data

It is designed to keep API access simple and consistent inside Laravel applications.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11 or 12

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

[](#installation)

Install the package with Composer:

Laravel should automatically discover the service provider.

Configuration
-------------

[](#configuration)

Set your Club.Data client ID in your environment file:

Default configuration values:

- Base URI: `https://data.sportlink.com/`
- Client ID: loaded from `SPORTLINK_CLUB_DATA_CLIENT_ID`

If you want to customize configuration, copy the package config into your application and adjust it as needed.

Getting Started
---------------

[](#getting-started)

After installation and configuration, resolve one of the services from the container and call the desired method.

### Example

[](#example)

Available Services
------------------

[](#available-services)

### `SportLinkService`

[](#sportlinkservice)

Base service used for making authenticated API requests.

### `SportLinkTeamService`

[](#sportlinkteamservice)

Methods:

- `getTeams(array $args = [])`
- `getTeam(int $teamCode, int $localTeamCode, array $args = [])`
- `getTeamData(int $teamCode, int $localTeamCode)`
- `getTeamSponsors(int $teamCode, int $localTeamCode)`

### `SportLinkMatchService`

[](#sportlinkmatchservice)

Methods:

- `getMatches(array $args = [])`
- `getMatchResults(array $args = [])`
- `getPostponements(array $args = [])`
- `getMatchDetails(int $matchCode)`
- `getMatchParticipants(int $matchCode)`
- `getMatchHomeTeam(int $matchCode, bool $showPlayerPhoto = false)`
- `getMatchAwayTeam(int $matchCode, bool $showPlayerPhoto = false)`
- `getMatchOfficials(int $matchCode)`
- `getMatchVenue(int $matchCode)`
- `getMatchLockerRooms(int $matchCode)`
- `getMatchStatistics(int $matchCode)`
- `getMatchHistoricalResults(int $matchCode)`

### `SportLinkRankingService`

[](#sportlinkrankingservice)

Methods:

- `getGroupStandings(string|int $groupCode, array $args = [])`
- `getPeriodStandings(string|int $groupCode, int $periodNumber = -1)`
- `getGroupLineup(string|int $groupCode)`
- `getGroupSchedule(string|int $groupCode, array $args = [])`
- `getGroupResults(string|int $groupCode, array $args = [])`
- `getGroupList()`
- `getTeamGroupList(int $teamCode, int $localTeamCode)`

Notes
-----

[](#notes)

- All requests are performed through Laravel's HTTP client.
- The client ID is automatically added to every API request.
- Methods accept optional argument arrays where supported, allowing you to override default query parameters.

License
-------

[](#license)

MIT

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance88

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

59d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3982890?v=4)[Postmans](/maintainers/Noaber)[@Noaber](https://github.com/Noaber)

---

Top Contributors

[![Noaber](https://avatars.githubusercontent.com/u/3982890?v=4)](https://github.com/Noaber "Noaber (7 commits)")

---

Tags

apilaravelsportlinkknvb

### Embed Badge

![Health badge](/badges/noaber-laravel-sportlink-clubdataservice/health.svg)

```
[![Health](https://phpackages.com/badges/noaber-laravel-sportlink-clubdataservice/health.svg)](https://phpackages.com/packages/noaber-laravel-sportlink-clubdataservice)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M126](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M60](/packages/knuckleswtf-scribe)[aimeos/aimeos-laravel

Cloud native, API first Laravel eCommerce package with integrated AI for ultra-fast online shops, marketplaces and complex B2B projects

8.6k220.7k5](/packages/aimeos-aimeos-laravel)[cloudcreativity/laravel-json-api

JSON API (jsonapi.org) support for Laravel applications.

7861.1M5](/packages/cloudcreativity-laravel-json-api)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.5k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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