PHPackages                             podcasthosting/auphonic-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. podcasthosting/auphonic-client

ActiveLibrary[API Development](/categories/api)

podcasthosting/auphonic-client
==============================

A PHP library to access the audio service Auphonic through its API.

v0.9.3(2y ago)1254MITPHPPHP &gt;=7.2.0

Since Jan 4Pushed 2y agoCompare

[ Source](https://github.com/podcasthosting/auphonic-client)[ Packagist](https://packagist.org/packages/podcasthosting/auphonic-client)[ Docs](https://github.com/podcasthosting/auphonic-client)[ RSS](/packages/podcasthosting-auphonic-client/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

auphonic-client
===============

[](#auphonic-client)

A PHP library to access the audio service [Auphonic](https://auphonic.com) 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](https://www.podcaster.de)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~71 days

Recently: every ~110 days

Total

13

Last Release

731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e46ceaecf02019e15394a97fff218f9c9593bbdb8637f840d7ab1ee0b4d2f836?d=identicon)[podcasthosting](/maintainers/podcasthosting)

---

Top Contributors

[![OpenHaus](https://avatars.githubusercontent.com/u/209948?v=4)](https://github.com/OpenHaus "OpenHaus (17 commits)")[![podcasthosting](https://avatars.githubusercontent.com/u/37177988?v=4)](https://github.com/podcasthosting "podcasthosting (1 commits)")

---

Tags

audioaudio-processingphppodcastapiaudioaudio processingpodcastpodcastingpodcasterauphonic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/podcasthosting-auphonic-client/health.svg)

```
[![Health](https://phpackages.com/badges/podcasthosting-auphonic-client/health.svg)](https://phpackages.com/packages/podcasthosting-auphonic-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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