PHPackages                             hispavista/solve-media-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. [API Development](/categories/api)
4. /
5. hispavista/solve-media-bundle

ActiveLibrary[API Development](/categories/api)

hispavista/solve-media-bundle
=============================

Symfony bundle for use the solve media api

14.0k2PHP

Since Dec 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hispavista/SolveMediaBundle)[ Packagist](https://packagist.org/packages/hispavista/solve-media-bundle)[ RSS](/packages/hispavista-solve-media-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#SolveMediaBundle

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

[](#installation)

Installation is quick and easy, 3 steps process

1. Install SolveMediaBundle
2. Enable the bundle
3. Configure the bundle

### Step 1: Install SolveMediaBundle

[](#step-1-install-solvemediabundle)

Add the following dependency to your composer.json file:

```
{
    "require": {
        "_some_packages": "...",

        "hispavista/solve-media-bundle": "dev-master"

    }
}
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
