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)1299MITPHPPHP &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 3w ago

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

787d 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

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.7M18](/packages/xeroapi-xero-php-oauth2)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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