PHPackages                             orbt/resource-mirror-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. [Framework](/categories/framework)
4. /
5. orbt/resource-mirror-bundle

ActiveLibrary[Framework](/categories/framework)

orbt/resource-mirror-bundle
===========================

Basic Symfony dependency injection bundle for the Resource Mirror library.

08PHP

Since Oct 30Pushed 13y ago1 watchersCompare

[ Source](https://github.com/orbt/OrbtResourceMirrorBundle)[ Packagist](https://packagist.org/packages/orbt/resource-mirror-bundle)[ RSS](/packages/orbt-resource-mirror-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Resource Mirror Bundle
======================

[](#resource-mirror-bundle)

Basic Symfony dependency injection bundle for the Resource Mirror library.

This bundle provides the following services:

- `orbt_resource_mirror.factory`: Resource mirror factory, useful as a factory service to create additional mirrors.
- `orbt_resource_mirror.mirror`: Main resource mirror. See Configuration below to configure the mirror.

Installation using Composer
---------------------------

[](#installation-using-composer)

Add the following to the `"require"` list in your `composer.json` file:

```
    "orbt/resource-mirror-bundle": "dev-master"

```

Run composer to update dependencies:

```
$ composer update
```

Or to just download this bundle:

```
$ composer update orbt/resource-mirror-bundle
```

Register this bundle in the application kernel:

```
