Download the PHP package rdrenth/tvrage-bundle without Composer
On this page you can find all versions of the php package rdrenth/tvrage-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rdrenth/tvrage-bundle
More information about rdrenth/tvrage-bundle
Files in rdrenth/tvrage-bundle
Package tvrage-bundle
Short Description Symfony bundle for the adrenth/tvrage package
License MIT
Homepage https://github.com/rdrenth/tvrage-bundle
Informations about the package tvrage-bundle
RdrenthTvrageBundle
About
This is a Symfony2 Bundle for the adrenth/tvrage package. For more info visit https://github.com/adrenth/tvrage.
Installation
Step 1: Install RdrenthTvrageBundle using Composer
Step 2: Enable the bundle
Step 3: Configure your config.yml
file (optional)
The adrenth/tvrage package requires a Doctrine Cache
instance. By default this bundle uses a VoidCache
instance for easy setup.
For more info on how to configure the Doctrine Cache Bundle visit https://github.com/doctrine/DoctrineCacheBundle.
If you want to use an already available doctrine cache provider, this could work:
Usage
Once you've configured the bundle you are able to fetch the client from Symfony's Container, for example in a Controller:
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
All versions of tvrage-bundle with dependencies
symfony/framework-bundle Version >=2.3,<3.0
adrenth/tvrage Version ^0.1
doctrine/doctrine-cache-bundle Version ^1.0