freshheads/webpack-stats

A PHP library to read the Webpack statistics file.

2.0.0 2022-03-04 07:22 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:33 UTC


README

Build Status

A PHP library to read the Webpack statistics file.

Installation

Webpack-stats can easily be installed using Composer:

composer require freshheads/webpack-stats

Symfony bundle

We've create a Symfony Bundle that uses this library to include assets that are build by Webpack in our templates. This bundle is called the FHWebpackBundle.

Requirements

This library works with PHP 5.6.0 and up.