PHPackages                             llm-speak/hugging-face - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. llm-speak/hugging-face

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

llm-speak/hugging-face
======================

A Laravel package for integrating HuggingFace-hosted Models into LLMSpeak

0.3.4(9mo ago)00MITPHPPHP ^8.2

Since Jul 6Pushed 9mo agoCompare

[ Source](https://github.com/projectsaturnstudios/llmspeak-hugging-face)[ Packagist](https://packagist.org/packages/llm-speak/hugging-face)[ RSS](/packages/llm-speak-hugging-face/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

```
use LLMSpeak\HuggingFace\Support\Facades\HuggingFace;

HuggingFace::completions() withApiKey($config['api_key']) withModel($model) withMaxTokens($max_tokens) withTools($temperature) withTemperature($temperature) withMessages($messages) handle();

HuggingFace::embeddings()
    ->withApikey(HuggingFace::api_key())
    ->withModel($model)
    ->withInputs($convo)
    ->handle();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance58

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Total

3

Last Release

298d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2169021b88d520bd58d9a37f51fa55058af7adbf7362c8cade65b261d644874c?d=identicon)[projectsaturnstudios](/maintainers/projectsaturnstudios)

---

Top Contributors

[![projectsaturnstudios](https://avatars.githubusercontent.com/u/10563160?v=4)](https://github.com/projectsaturnstudios "projectsaturnstudios (4 commits)")

### Embed Badge

![Health badge](/badges/llm-speak-hugging-face/health.svg)

```
[![Health](https://phpackages.com/badges/llm-speak-hugging-face/health.svg)](https://phpackages.com/packages/llm-speak-hugging-face)
```

PHPackages © 2026

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