PHPackages                             vdhicts/svm-api-client - 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. vdhicts/svm-api-client

ActiveLibrary[API Development](/categories/api)

vdhicts/svm-api-client
======================

API client for the SVM API

v2.0.0(2mo ago)120MITPHPPHP ^8.3CI failing

Since May 24Pushed 2mo agoCompare

[ Source](https://github.com/vdhicts/svm-api-client)[ Packagist](https://packagist.org/packages/vdhicts/svm-api-client)[ RSS](/packages/vdhicts-svm-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (12)Versions (9)Used By (0)

SVM API client
==============

[](#svm-api-client)

This is a complete implementation of the API of the [Sportclub Vrijwilligers Management](https://sportclubvrijwilligersmanagement.nl/) tool.

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

[](#requirements)

This package requires PHP 8.3 or higher.

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

[](#installation)

You can install the package via Composer:

```
composer require vdhicts/svm-api-client
```

Usage
-----

[](#usage)

This package provides a fluent interface to the SVM API. Please refer to the [API documentation](https://api.sportclubvrijwilligersmanagement.nl/docs) for more information about the requests.

### Getting started

[](#getting-started)

You can find your API key at the [SVM app](https://app.sportclubvrijwilligersmanagement.nl/association/api).

```
use Vdhicts\SVM\SVMConnector;

$connector = new SVMConnector('API_KEY');

$teams = $connector
    ->teams()
    ->list();
```

### Handling errors

[](#handling-errors)

The API client will throw exceptions on errors.

### Laravel

[](#laravel)

This package can be easily used in any Laravel application:

```
SVM_API_KEY=apikey
```

Next create a config file in `config/svm.php`:

```
return [
    'api_key' => env('SVM_API_KEY'),
];
```

Then register your connector in the `register` method of the `AppServiceProvider`:

```
$this->app->singleton(SVMConnector::class, fn () => new SVMConnector(config('svm.api_key')));
```

You can now inject the `SVMConnector` in your controllers or services and immediately start using it.

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

[](#contributing)

Found a bug or want to add a new feature? Great! There are also many other ways to make meaningful contributions such as reviewing outstanding pull requests and writing documentation. Even opening an issue for a bug you found is appreciated.

When you create a pull request, make sure it is tested, following the code standard (run `composer code-style:fix` to take care of that for you) and please create one pull request per feature. In exchange, you will be credited as contributor.

### Testing

[](#testing)

To run the tests, you can use the following command:

```
composer test
```

This package offers basic tests to ensure some functionality of the API client and uses fixtures to mock the API responses.

### Security

[](#security)

If you discover any security related issues in this or other packages of Vdhicts, please email instead of using the issue tracker.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance88

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

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

Recently: every ~24 days

Total

6

Last Release

61d ago

Major Versions

v1.0.4 → v2.0.02026-03-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/88d23e7b707d1cfe0eea91c00590613f45e0c75cb0a3ce89354328332e5c0c02?d=identicon)[vdhicts](/maintainers/vdhicts)

---

Top Contributors

[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (12 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vdhicts-svm-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/vdhicts-svm-api-client/health.svg)](https://phpackages.com/packages/vdhicts-svm-api-client)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[myoutdeskllc/salesforce-php

salesforce library for php8+

1560.8k](/packages/myoutdeskllc-salesforce-php)

PHPackages © 2026

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