PHPackages                             jdsdev/craft-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jdsdev/craft-manifest

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

jdsdev/craft-manifest
=====================

Helper plugin for Webpack's manifest.json in Craft templates.

1.0.0(6y ago)1553MITPHP

Since Sep 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jdsdev/craft-manifest)[ Packagist](https://packagist.org/packages/jdsdev/craft-manifest)[ RSS](/packages/jdsdev-craft-manifest/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Webpack Manifest Plugin for Craft
=================================

[](#webpack-manifest-plugin-for-craft)

Adapted from mister-bk/craft-plugin-mix for generic Webpack support.

Adds a set of twig filters to find files in *manifest.json* (output by [webpack-manifest-plugin](https://www.npmjs.com/package/webpack-manifest-plugin)) when provided with the corresponding source file.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
cd /path/to/project
```

2. Then tell Composer to load the plugin:

```
composer require jdsdev/craft-manifest
```

3. In the Craft Control Panel, go to Settings → Plugins and click the "Install" button for **Manifest**.

Configuration
-------------

[](#configuration)

To configure Manifest go to Settings → Plugins → Manifest in the Craft Control Panel.

The available settings are:

- **Public Path** - The path of the public directory containing the index.php
- **Asset Path** - The path of the asset directory where Webpack stores the compiled files

Usage
-----

[](#usage)

Find a versioned CSS file.

```

```

Find a versioned JavaScript file.

```

```

Lazily find a versioned file and build the tag based on the file extension.

```
{{ manifest('js/main.js', true) | raw }}
```

Alternatively include the content of a versioned file inline.

```
{{ manifest('css/main.css', true, true) | raw }}
```

License
-------

[](#license)

Craft Manifest is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT/).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2443d ago

### Community

Maintainers

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

---

Top Contributors

[![jdsdev](https://avatars.githubusercontent.com/u/3828971?v=4)](https://github.com/jdsdev "jdsdev (2 commits)")

---

Tags

craftcmswebpack

### Embed Badge

![Health badge](/badges/jdsdev-craft-manifest/health.svg)

```
[![Health](https://phpackages.com/badges/jdsdev-craft-manifest/health.svg)](https://phpackages.com/packages/jdsdev-craft-manifest)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

395798.1k10](/packages/spicyweb-craft-neo)[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[craftcms/ckeditor

Edit rich text content in Craft CMS using CKEditor.

48359.1k52](/packages/craftcms-ckeditor)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)

PHPackages © 2026

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