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.

1.0.0(1mo ago)016↑462.5%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 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)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:

Laravel should automatically discover the service provider.

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

[](#configuration-1)

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

39

—

LowBetter than 86% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

55d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/166f9c8b9c4e811b350638f847b178d3195c0ad7b725127fb337d3cde45dbbce?d=identicon)[Noaber](/maintainers/Noaber)

---

Top Contributors

[![Noaber](https://avatars.githubusercontent.com/u/3982890?v=4)](https://github.com/Noaber "Noaber (3 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.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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