PHPackages                             irozgar/gulp-rev-versions-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. [Templating &amp; Views](/categories/templating)
4. /
5. irozgar/gulp-rev-versions-bundle

Abandoned → [symfony/asset](/?search=symfony%2Fasset)ArchivedLibrary[Templating &amp; Views](/categories/templating)

irozgar/gulp-rev-versions-bundle
================================

A bundle that allows symfony to get the version of assets versioned with gulp-rev

v1.0.2(9y ago)1312.6k4MITPHPPHP &gt;=5.6

Since Sep 13Pushed 6y agoCompare

[ Source](https://github.com/irozgar/gulp-rev-versions-bundle)[ Packagist](https://packagist.org/packages/irozgar/gulp-rev-versions-bundle)[ RSS](/packages/irozgar-gulp-rev-versions-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

GulpRevVersionsBundle
=====================

[](#gulprevversionsbundle)

[![Build Status](https://camo.githubusercontent.com/77952e02f06add2ee6ca4ceb062b890cd6350dcdfe96d0af5d649bdf699082f6/68747470733a2f2f7472617669732d63692e6f72672f69726f7a6761722f67756c702d7265762d76657273696f6e732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/irozgar/gulp-rev-versions-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/f5ea47f98ad80733cdb9a6ef15b210c694bb89640d8958a9d4d3676fe27f093c/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66383562323934352d353366652d343531312d623366302d6162393331313162363261322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f85b2945-53fe-4511-b3f0-ab93111b62a2)

This bundle helps you using your assets versioned with gulp-rev in a symfony project by making the twig function `asset` return the files mapped in your gulp-rev manifest.

**DEPRECATED** This bundle is deprecated and will be abandoned when symfony 2.8 support finishes on November 2019. Since version 3.3, symfony includes the option [*json\_manifest\_path*](http://symfony.com/doc/3.3/reference/configuration/framework.html#reference-assets-json-manifest-path) that does the same as this bundle, I recommend using that instead of this bundle. For previous versions the recommendation is to update symfony to a stable version and start using the option *json\_manifest\_path*.

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

[](#installation)

### Step 1. Download with composer

[](#step-1-download-with-composer)

```
composer require irozgar/gulp-rev-versions-bundle
```

### Step 2. Add the bundle to AppKernel

[](#step-2-add-the-bundle-to-appkernel)

```
