PHPackages                             devjoghurt/hof-plexexport-bundle - 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. devjoghurt/hof-plexexport-bundle

ActiveSymfony-bundle

devjoghurt/hof-plexexport-bundle
================================

This bundle provides an exporter for your Plex media library.

119PHP

Since Apr 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/DevJoghurt/HofPlexExportBundle)[ Packagist](https://packagist.org/packages/devjoghurt/hof-plexexport-bundle)[ RSS](/packages/devjoghurt-hof-plexexport-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HofPlexExportBundle
===================

[](#hofplexexportbundle)

The `HofPlexExportBundle` exports your Plex media library. My thanks goes to Dachande663 and plakna for their work in [Plex-Export](https://github.com/Dachande663/Plex-Export)

Installation
============

[](#installation)

### Step 1) Get the bundle and the library

[](#step-1-get-the-bundle-and-the-library)

First, grab the HofPlexExportBundle:

#### Using composer (symfony 2.1 pattern)

[](#using-composer-symfony-21-pattern)

Add on composer.json (see )

```
"require" :  {
    // ...
    "devjoghurt/hof-plexexport-bundle": "dev-master"
}

```

### Step 2) Register the bundle

[](#step-2-register-the-bundle)

To start using the bundle, register it in your Kernel:

```
