PHPackages                             aisdk/hume - 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. aisdk/hume

ActiveLibrary

aisdk/hume
==========

Official Hume provider for the PHP AI SDK.

v0.8.2(yesterday)011↑2900%MITPHP ^8.3

Since Jul 22Compare

[ Source](https://github.com/phpaisdk/hume)[ Packagist](https://packagist.org/packages/aisdk/hume)[ Docs](https://github.com/phpaisdk/hume)[ Fund](https://opencollective.com/phpaisdk)[ RSS](/packages/aisdk-hume/feed)WikiDiscussions Synced today

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

aisdk/hume
==========

[](#aisdkhume)

[![GitHub Workflow Status](https://camo.githubusercontent.com/5ee2c89b7566247d52e590444b54cb9504896dbfb03b90fc31818f8d2bd1746b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f706870616973646b2f68756d652f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d5465737473)](https://github.com/phpaisdk/hume/actions)[![Latest Version](https://camo.githubusercontent.com/b47eef96edd9a544d59e09a7111708b6be476d9dc8a3252ba47d34583b31e789/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616973646b2f68756d65)](https://packagist.org/packages/aisdk/hume)[![License](https://camo.githubusercontent.com/f7b10ddf131908e96ce46a1f4c33b723caadce21349de95ba42b27f7c36b911d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616973646b2f68756d65)](https://packagist.org/packages/aisdk/hume)

---

Official Hume provider for the PHP AI SDK. Uses Hume's native expressive text-to-speech API.

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

[](#installation)

```
composer require aisdk/hume
```

Basic Usage
-----------

[](#basic-usage)

```
use AiSdk\Generate;
use AiSdk\Hume;

Hume::create(['apiKey' => $_ENV['HUME_API_KEY']]);

$result = Generate::speech('Hello from Hume.')
    ->model(Hume::model('default'))
    ->voice('your-hume-voice-id')
    ->run();
```

Configuration
-------------

[](#configuration)

VariableDescriptionDefault`HUME_API_KEY`API key for authenticationRequired`HUME_BASE_URL`Base URL for API requests`https://api.hume.ai`Supported Capabilities
----------------------

[](#supported-capabilities)

CapabilitySupportText-to-speechNative `POST /v0/tts/file`Hume voice IDPortable `->voice()` optionUse `providerOptions('hume', [...])` for Hume text-to-speech request fields. EVI speech-to-speech sessions use Hume's separate WebSocket API and are outside this package's current scope.

Documentation
-------------

[](#documentation)

- [Hume TTS API reference](https://dev.hume.ai/reference/text-to-speech/tts/synthesize-file)
- [PHP AI SDK documentation](https://phpaisdk.com/docs/hume)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance100

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

Total

3

Last Release

1d ago

### Community

Maintainers

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

---

Tags

aiTranscriptionspeech-to-textaisdkhume

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aisdk-hume/health.svg)

```
[![Health](https://phpackages.com/badges/aisdk-hume/health.svg)](https://phpackages.com/packages/aisdk-hume)
```

PHPackages © 2026

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