podcasthosting/vbout-api-client

A package to access the VBOUT API.

Installs: 133

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/podcasthosting/vbout-api-client

dev-master 2025-01-02 13:43 UTC

This package is auto-updated.

Last update: 2025-09-30 15:21:45 UTC


README

Disclaimer: This is an unofficial package for the Vbout API. This is in no way affiliated with VBOUT, Inc.

use podcasthosting\VboutApiClient\Vbout;
$vbout = new Vbout();

Lists

$allLists = $vbout->lists()->getLists();
$oneList = $vbout->lists()->get(1234);