PHPackages                             havenstd06/laravel-jellyfin - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. havenstd06/laravel-jellyfin

ActiveLibrary[HTTP &amp; Networking](/categories/http)

havenstd06/laravel-jellyfin
===========================

A Laravel package that allows access to the API of your Jellyfin server.

v0.1(3y ago)146↓100%2MITPHPPHP ^8.0

Since Jan 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Havenstd06/laravel-jellyfin)[ Packagist](https://packagist.org/packages/havenstd06/laravel-jellyfin)[ RSS](/packages/havenstd06-laravel-jellyfin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Laravel Jellyfin
================

[](#laravel-jellyfin)

### A Laravel package that allows access to the API of your Jellyfin server.

[](#a-laravel-package-that-allows-access-to-the-api-of-your-jellyfin-server)

 [![](https://user-images.githubusercontent.com/33732634/210449526-9026f288-0b9e-436a-b315-10af018b73e0.png)](https://user-images.githubusercontent.com/33732634/210449526-9026f288-0b9e-436a-b315-10af018b73e0.png)

Features
--------

[](#features)

The only sections available at the moment are:

- Library
- System
- User

Refer to [Jellyfin API Doc](https://api.jellyfin.org/)

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

[](#installation)

```
composer require havenstd06/laravel-jellyfin
```

#### Publish Assets

[](#publish-assets)

```
php artisan vendor:publish --provider="Havenstd06\LaravelJellyfin\Providers\JellyfinServiceProvider"
```

#### Configuration

[](#configuration)

After publishing the assets, add the following to your .env files .

```
# Jellyfin API
JELLYFIN_SERVER_URL=
JELLYFIN_TOKEN=

JELLYFIN_APPLICATION=

JELLYFIN_VALIDATE_SSL=true
```

#### Configuration File

[](#configuration-file)

The configuration file jellyfin.php is located in the config folder. Following are its contents when published:

```
return [
    'server_url'        => env('JELLYFIN_SERVER_URL', ''), // Jellyfin Server URL (ex: https://[IP address]:8096 or https://domain.com)
    'token'             => env('JELLYFIN_TOKEN', ''),

    'application'       => env('JELLYFIN_APPLICATION', 'Laravel Jellyfin / v1.0'), // Jellyfin application name
    'version'           => env('JELLYFIN_VERSION', '10.8.8'), // (Jellyfin application version number)

    'validate_ssl'      => env('JELLYFIN_VALIDATE_SSL', true), // Validate SSL when creating api client.
];
```

Usage
-----

[](#usage)

#### Initialization

[](#initialization)

```
use Havenstd06\LaravelJellyfin\Services\Jellyfin as JellyfinClient;

$provider = new JellyfinClient;
```

#### Override Configuration

[](#override-configuration)

You can override Jellyfin API configuration by calling setApiCredentials method:

```
$config = [
    'server_url'        => 'https://example.com',
    'token'             => 'your-token',

    'application'       => 'your-client-application-name', // optional
    'version'           => 'your-version', // optional

    'validate_ssl'      => true,
];

$provider->setApiCredentials($config);
```

---

Acknowledgements
----------------

[](#acknowledgements)

- [Jellyfin API Doc](https://api.jellyfin.org/)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

Contributing
------------

[](#contributing)

Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

1224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63080095138cd8f6a665e07f9bfef3310add62ede73fe6377334788691edc835?d=identicon)[Havenstd06](/maintainers/Havenstd06)

---

Top Contributors

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

---

Tags

httprestweb servicejellyfinlaravel jellyfin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/havenstd06-laravel-jellyfin/health.svg)

```
[![Health](https://phpackages.com/badges/havenstd06-laravel-jellyfin/health.svg)](https://phpackages.com/packages/havenstd06-laravel-jellyfin)
```

###  Alternatives

[srmklive/paypal

Laravel plugin For Processing Payments Through Paypal Express Checkout. Can Be Used Independently With Other Applications.

1.1k3.8M26](/packages/srmklive-paypal)[zoonman/pixabay-php-api

PixabayClient is a PHP HTTP client library to access Pixabay's API

3354.7k](/packages/zoonman-pixabay-php-api)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[apoca/laravel-sibs-payments

Laravel library to communicate with SIBS - Open Payment Platform.

342.3k](/packages/apoca-laravel-sibs-payments)

PHPackages © 2026

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