PHPackages                             fond-of-spryker/assets-manifest - 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. [Caching](/categories/caching)
4. /
5. fond-of-spryker/assets-manifest

ActiveLibrary[Caching](/categories/caching)

fond-of-spryker/assets-manifest
===============================

Use the Assets Manifest JSON File in Spryker for cache busting

1.1.1(7y ago)062.8k—0%MITPHPPHP &gt;=7.1

Since Oct 12Pushed 5y ago3 watchersCompare

[ Source](https://github.com/fond-of/spryker-assets-manifest)[ Packagist](https://packagist.org/packages/fond-of-spryker/assets-manifest)[ RSS](/packages/fond-of-spryker-assets-manifest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (6)Used By (0)

Asserts Manifest for Spryker
============================

[](#asserts-manifest-for-spryker)

[![Build Status](https://camo.githubusercontent.com/bb4f25cc0788f6deaf7e091aad04a04161fc397c1ee3b3bd203ad415fc482a03/68747470733a2f2f7472617669732d63692e6f72672f666f6e642d6f662f737072796b65722d6173736574732d6d616e69666573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fond-of/spryker-assets-manifest)[![PHP from Travis config](https://camo.githubusercontent.com/9d245815c30188a34e60692f24442c3fe7e92f9958d8a7a1d6f7463e7ed866b3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f73796d666f6e792f73796d666f6e792e737667)](https://php.net/)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-spryker/assets-manifest)

Use the Assets Manifest JSON File in Spryker for cache busting

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

[](#installation)

```
composer require fond-of-spryker/assets-mannifest

```

1. Add the Package in the configuration file
--------------------------------------------

[](#1-add-the-package-in-the-configuration-file)

```
// ---------- ASSETS MANIFEST
$config[AssetsManifestConstants::PACKAGE] = 'default';

```

2. Add neccessary npm package in the package.json and install the package
-------------------------------------------------------------------------

[](#2-add-neccessary-npm-package-in-the-packagejson-and-install-the-package)

```
 "webpack-assets-manifest"

```

3. trigger the console command to build yves
--------------------------------------------

[](#3-trigger-the-console-command-to-build-yves)

```
vendor/bin/console frontend:yves:build

```

4. add the webpack-assets-manifest package in the webpack configuration file "development.js"
---------------------------------------------------------------------------------------------

[](#4-add-the-webpack-assets-manifest-package-in-the-webpack-configuration-file-developmentjs)

```
  const WebpackAssetsManifest = require('webpack-assets-manifest');

  new WebpackAssetsManifest({
        publicPath: true
    })

```

5. Add twig service provider to YvesBootstrap.php in registerServiceProviders()
-------------------------------------------------------------------------------

[](#5-add-twig-service-provider-to-yvesbootstrapphp-in-registerserviceproviders)

```
$this->application->register(new AssetsManifestTwigServiceProvider());

```

6. Add the Twig Extension in the neccessary Twig Templates
----------------------------------------------------------

[](#6-add-the-twig-extension-in-the-neccessary-twig-templates)

```
  {{ assetsManifest('app.js') }}

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Total

4

Last Release

2722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c555494ccfc76f8679a78d4174f15a7d760471d36a999c5c6952e830d8b7a2c1?d=identicon)[gengjozsef](/maintainers/gengjozsef)

---

Top Contributors

[![gengjozsef](https://avatars.githubusercontent.com/u/20280713?v=4)](https://github.com/gengjozsef "gengjozsef (10 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/fond-of-spryker-assets-manifest/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-spryker-assets-manifest/health.svg)](https://phpackages.com/packages/fond-of-spryker-assets-manifest)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[cheprasov/php-redis-client

Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

1281.2M21](/packages/cheprasov-php-redis-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
