PHPackages                             ngsoft/emby-client-php - 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. ngsoft/emby-client-php

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

ngsoft/emby-client-php
======================

A php port of Emby.SDK.

1.1.2(2y ago)219MITPHPPHP &gt;=8.1

Since Oct 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ngsoft/EmbySdkPhp)[ Packagist](https://packagist.org/packages/ngsoft/emby-client-php)[ RSS](/packages/ngsoft-emby-client-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (7)Used By (0)

Emby Sdk for Php
================

[](#emby-sdk-for-php)

This is a Php port of [Emby.SDK](https://github.com/MediaBrowser/Emby.SDK) for [Emby Media Server](https://emby.media/)With this you can connect to your Emby mediaserver and manage it.

How to install
--------------

[](#how-to-install)

You can install this package using composer inside your project

```
composer require ngsoft/emby-client-php
```

This library requires use of a PSR-18 Http client and was developed using [Guzzle](https://docs.guzzlephp.org/en/stable/)

If you wish to use guzzle:

```
composer require guzzlehttp/guzzle
```

This library also supports any PSR-6 caching (to keep your EmbyConnect connection token).

You can install a Cache library using:

```
composer require symfony/cache
```

How to use
----------

[](#how-to-use)

You can initialize the library like this:

```
