Download the PHP package podcasthosting/auphonic-client without Composer
On this page you can find all versions of the php package podcasthosting/auphonic-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download podcasthosting/auphonic-client
More information about podcasthosting/auphonic-client
Files in podcasthosting/auphonic-client
Download podcasthosting/auphonic-client
More information about podcasthosting/auphonic-client
Files in podcasthosting/auphonic-client
Vendor podcasthosting
Package auphonic-client
Short Description A PHP library to access the audio service Auphonic through its API.
License MIT
Homepage https://github.com/podcasthosting/auphonic-client
Package auphonic-client
Short Description A PHP library to access the audio service Auphonic through its API.
License MIT
Homepage https://github.com/podcasthosting/auphonic-client
Please rate this library. Is it a good library?
Informations about the package auphonic-client
auphonic-client
A PHP library to access the audio service Auphonic through its API.
Usage
Authentification with token
$token = ''; // Your Auphonic API token
$client = new \podcasthosting\Auphonic\Client();
$client->setToken($token);
alternatively with username/password
$username = ''; // Your Auphonic username
$password = ''; // Your Auphonic password
$client->allowUserPasswordAuthentification();
$client->setUsername($username);
$client->setPassword($password);
Access data
$client->setPreset(new \podcasthosting\Auphonic\Client\Preset());
$presets = $client->preset()->getList();
Used and created by Podcast Hosting service podcaster
All versions of auphonic-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
ext-json Version *
nyholm/psr7 Version ^1.5.1
guzzlehttp/guzzle Version ^7.5.0
kriswallsmith/buzz Version ^1.2.1
league/oauth2-client Version ^2.7
ext-json Version *
nyholm/psr7 Version ^1.5.1
guzzlehttp/guzzle Version ^7.5.0
kriswallsmith/buzz Version ^1.2.1
league/oauth2-client Version ^2.7
The package podcasthosting/auphonic-client contains the following files
Loading the files please wait ....