PHPackages                             kachkaev/assets-version-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. [CLI &amp; Console](/categories/cli)
4. /
5. kachkaev/assets-version-bundle

AbandonedArchivedSymfony-bundle[CLI &amp; Console](/categories/cli)

kachkaev/assets-version-bundle
==============================

Automates the process of updating assets version in Symfony2 &amp; Symfony3 projects

v2.0.3(9y ago)63568.9k↓30.3%12[2 PRs](https://github.com/kachkaev/KachkaevAssetsVersionBundle/pulls)MITPHPPHP &gt;=5.3.2

Since Oct 29Pushed 5y ago3 watchersCompare

[ Source](https://github.com/kachkaev/KachkaevAssetsVersionBundle)[ Packagist](https://packagist.org/packages/kachkaev/assets-version-bundle)[ Docs](http://github.com/kachkaev/KachkaevAssetsVersionBundle)[ RSS](/packages/kachkaev-assets-version-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

KachkaevAssetsVersionBundle
===========================

[](#kachkaevassetsversionbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/613fdb4a34fd3d2846db4a613c59731686a51805ea94762de917ca88a3d7eec1/68747470733a2f2f706f7365722e707567782e6f72672f6b6163686b6165762f6173736574732d76657273696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/kachkaev/assets-version-bundle)[![Total Downloads](https://camo.githubusercontent.com/cee808a6dedeb29483b3a700bf0b184b2217e745d015bcef35001fdd4a4ea99d/68747470733a2f2f706f7365722e707567782e6f72672f6b6163686b6165762f6173736574732d76657273696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/kachkaev/assets-version-bundle/stats)[![License](https://camo.githubusercontent.com/7a102802736ca3816b22a9bb75b991c68e8a77127dbd047025b992839dd99996/68747470733a2f2f706f7365722e707567782e6f72672f6b6163686b6165762f6173736574732d76657273696f6e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/kachkaev/assets-version-bundle)[![Build Status](https://camo.githubusercontent.com/8d74e70d6d9bd18dd9da6dea3ad494628182743d44a8e9e03e0ba150922d992d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b6163686b6165762f4b6163686b61657641737365747356657273696f6e42756e646c652e706e67)](http://travis-ci.org/kachkaev/KachkaevAssetsVersionBundle)[![Coverage Status](https://camo.githubusercontent.com/c98fa897d2ee282d2fec7c9b311dfd45a7518f5b84d4a0bec04d9a021f74f52e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6b6163686b6165762f4b6163686b61657641737365747356657273696f6e42756e646c652f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/kachkaev/KachkaevAssetsVersionBundle?branch=master)

**⚠️ The repo is no longer maintained**
See [its forks](https://github.com/kachkaev/KachkaevAssetsVersionBundle/network/members), e.g. [grizzlylab/KachkaevAssetsVersionBundle](https://github.com/grizzlylab/KachkaevAssetsVersionBundle)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#️-the-repo-is-no-longer-maintainedsee-its-forks-eg-grizzlylabkachkaevassetsversionbundle)

Updating the assets version manually at each deploy is a real pain. This Symfony2 &amp; Symfony3 bundle automates the process and thus makes your life a bit happier.

The bundle can read and write `assets_version` parameter in `app/config/parameters.yml` (or any other `*.yml` file) from the Symfony console. The original file formatting is carefully preserved, so you won’t lose your comments or empty lines between the groups of parameters, if there are any.

Imagine the configuration of your project looks the following way:

`app/config/config.yml`

```
# Symfony >=2.7, >=3.0
framework:
    # ...
    assets:
        version: "%assets_version%"

# Symfony
